Re: [SQLObject] Proposed Plan for Porting to Python 3
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2014-12-06 17:59:56
|
On Mon, Dec 01, 2014 at 08:53:34AM -0600, Ian Cordasco <gra...@gm...> wrote: > First, I've found it far easier to support Python 3 once Python 2.5 > support has been dropped. It is possible to support Python 2.5 (pep8, > pyflakes, mccabe, and flake8 are all projects which do this) but it is > tricky. It would be up to the community whether it wants to support > 2.5 or not and I really don't feel right in telling you to drop > support for it altogether (although planning that may be a good idea). Support for Python 2.5 will be dropped with the final release of SQLObject 1.7.0 (the second beta was released). Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |