]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added source transformation framework for non-2.4 parser implementations
authorJason Kirtland <jek@discorporate.us>
Sat, 19 Jan 2008 23:11:47 +0000 (23:11 +0000)
committerJason Kirtland <jek@discorporate.us>
Sat, 19 Jan 2008 23:11:47 +0000 (23:11 +0000)
commit21193cebe22f44982cb70ecd64743df63494b17d
treed1bb332a0cfbc2072c91c99d670f30887c05ae13
parentbd3a65252d2f9155b7f2c1c6284074ba6e555d1f
- Added source transformation framework for non-2.4 parser implementations
- test/clone.py can create and update (transformed) copies of the test suite
- Added Python 2.4 decorator -> 2.3 source transform
test/clone.py [new file with mode: 0644]
test/testlib/filters.py [new file with mode: 0644]