Comment 3 for bug 746550

Revision history for this message
Zooko Wilcox-O'Hearn (zooko) wrote : Re: please support Python 2 using 3to2 (or something)

An alternative to 3to2 would be to use http://packages.python.org/six/

The advantage of that is that you have one codebase which is maintained by humans and there is no autogenerated code.