I forked web.py a long time ago and have been writing my own higher level framework over it. I have become increasingly interested in moving to Python 3 because of the async module Guido added to Python 3.4. If there is an interest in rewriting/porting web.py to Python 3 I am down to lead or assist.
Andrew On Monday, February 2, 2015 at 12:12:44 AM UTC-6, Peter Buckner wrote: > > I'd like to help get this to python 3, but there are lots of little bits > (like doctests) which are a pain in the ass to do with a single source. > > Given web.py has changed very, very little over the past couple of years, > How about we call it stable, permanently branch the source and move forward > on a separate python3 branch -- the goal to maintain external API as much > as possible, but not try to do it with a single source base. > > Thoughts? > > -Peter > -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/d/optout.
