Alex Friman wrote: > On Nov 17 2009, 7:24 pm, Ian Ward <[email protected]> wrote: >> Announcing Urwid 0.9.9 >> ---------------------- > > Can it works with Python 3.1? >
Not yet, but patches are welcome. I've removed things that won't work in python 3 (like parameters declared as tuples), but the real work to port to python 3 hasn't started yet. Urwid does quite a bit of string handling, so that part of the transition might be a little rough. Ian _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
