On Thu, 2011-05-26 at 13:04 +0200, Cédric Krier wrote: > As I explained in the post [1], the first step to migrate to Python3 is to > support only Python >=2.6. > I think it is time to drop support for Python 2.5 because 2.6 is available on > most of the distribution out (even my OpenBSD has it :-) > > > [1] https://groups.google.com/d/msg/tryton-dev/8R4fW5Xq-3Q/Xs2wr0080UkJ
This page will then have to be updated: http://code.google.com/p/tryton/wiki/Requirements Also, the move to 2.6+ will make code a lot more better since in your DB connections, you can use the with statement. That means getting rid of the ugly try..finally codes. -- [email protected] mailing list
