]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove __cmp__, move to __lt__ , __eq__ per http://docs.python.org/dev/3.0/whatsnew...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Feb 2010 21:44:48 +0000 (21:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Feb 2010 21:44:48 +0000 (21:44 +0000)
commita19cdd1868e36643ae103816f44c21989462cf95
treee10618e1b768e51ba347bee440fff46e0ab150b0
parent0ee04dfcb07b8ba1deaa0db51740bea31f10f54f
remove __cmp__, move to __lt__ , __eq__ per http://docs.python.org/dev/3.0/whatsnew/3.0.html#ordering-comparisons
lib/sqlalchemy/ext/sqlsoup.py