Re: [Sqlalchemy-users] a quick Hack works with Python 2.2...

2006-07-02 Thread Michael Bayer
if you want to submit a patch for me ill look over it; but i dont think i have the resources to "support" 2.2... On Jun 29, 2006, at 7:42 AM, Jens Diemer wrote: > > I have hacked a little. And a short test works with Python 2.2 and > MySQLdb v0.9.2... > > I have used two backported scripts:

[Sqlalchemy-users] a quick Hack works with Python 2.2...

2006-06-29 Thread Jens Diemer
I have hacked a little. And a short test works with Python 2.2 and MySQLdb v0.9.2... I have used two backported scripts: sets.py from Python 2.4 datetime.py from PyPy http://codespeak.net/svn/pypy/release/0.8.x/pypy/lib/datetime.py I must insert the follow line in many files: from __f