]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added an extremely rudimental set of python 2.3 compatible tests. these rel_0_4_7p1
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jul 2008 15:02:40 +0000 (15:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Jul 2008 15:02:40 +0000 (15:02 +0000)
commit7f5344b3258748c75a28716651d9dbbfe1d22355
tree2dca2a6a0067c325cc84162e574befa0ec23cc08
parent80a0abb7a7423f63bbda171da292dc8a18f5ece5
- added an extremely rudimental set of python 2.3 compatible tests.  these
can at least confirm that we're even on the grid python 2.3-wise.
- fixed usage of native set(), generator expressions
- will release 0.4.7p1
CHANGES
VERSION
lib/sqlalchemy/orm/properties.py
test/py23/__init__.py [new file with mode: 0644]
test/py23/alltests.py [new file with mode: 0644]
test/py23/test_orm.py [new file with mode: 0644]
test/py23/test_sql.py [new file with mode: 0644]