]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- id(obj) is no longer used internally within topological.py,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Apr 2010 16:45:51 +0000 (12:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Apr 2010 16:45:51 +0000 (12:45 -0400)
commit3b7ef1b32dfd8e9d93ffd99f4c40a1d020b083d1
tree10bd99872d1fd98ce20ad0980c5147f5e365c538
parent1258d1ed9e8064e08fd77d2dc3938fcebc130800
- id(obj) is no longer used internally within topological.py,
as the sorting functions now require hashable objects
only.  [ticket:1756]
CHANGES
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/topological.py