11 Feb
2013
11 Feb
'13
7:48 p.m.
On Mon, Feb 11, 2013 at 7:44 PM, Marius Gedminas <marius@gedmin.as> wrote:
- Running 2to3 on your sources is a good way to identify places that need changing, but you'll have to revert most of the actual changes to keep it compatible with Python 2.
I've find the easiest way to keep compatibility to port to Python 3 first, and then reintroduce compatibility with first Python 2.7, and then 2.6. Python-modernize might change that. //Lennart