Re: Porting zope.tal to Python 3
Lennart Regebro <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <CAL0kPAUMjMX-dv1w4s-wCq-cWtnpE7mHGGHd4gMk=_5m29OO=g@mail.gmail.com> |
On Mon, Feb 11, 2013 at 7:44 PM, Marius Gedminas <[email protected]> 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 _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )