Kirk McDonald wrote on 2010-05-02 17:55: > I have ported Urwid to Python 3. The unit tests pass, and all of the > example scripts work. It may be found here: > > http://bitbucket.org/kirkmcdonald/urwid-py3k/
That's great Kirk! Python 3 support will be a big deal for the next release. It looks like many of the changes are compatible with 2.x. I'd like to separate out and include those changes in the default branch. I'm planning to drop 2.3 support if that makes things any easier. Also some of the changes can be left to the 2to3.py script. I'd like to get the core of this patch set down as small as possible, something that can be applied either before or after the 2to3.py script is run. If it can be applied before then the changes could live as a branch in the main repository (nicer for ongoing merging) along with the script to run to complete the conversion. You've done lots of work already, so if you're not interested in the remaining clean up that's fine -- I'll get to it eventually. Ian _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
