Re: [Sqlalchemy-users] python version requirement?

2006-03-13 Thread Michael Bayer
yah I am looking for 2.3 compatiblity in core modules. if you have a special-use extension, its not as crucial. but if you specify decorators etc., its good to also work out how that decorator can be applied in a 2.3 style. On Mar 13, 2006, at 8:40 AM, Luís Bruno wrote: Jonathan Ellis w

Re: [Sqlalchemy-users] python version requirement?

2006-03-13 Thread Luís Bruno
Jonathan Ellis wrote: Should patches avoid use of decorators, generator expressions, and other 2.4-specific code? Yeah, I believe I've seen that on the list; can't point you to it, though: my search-juju isn't working too. I know no one asked my opinion, but I'd submit 2.3 code. Titus Brown'

Re: [Sqlalchemy-users] python version

2006-02-27 Thread Michael Bayer
i was hoping to have at least a nod of compatibility to python 2.3, as its still the standard install on a lot of systems, at least with regards to the core SA functionality being available. if you are contributing an extension module that is optional to the library's functioning, that is