]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- alter the decorator function, and the newer public_factory function,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Dec 2013 00:51:25 +0000 (19:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Dec 2013 00:51:25 +0000 (19:51 -0500)
commit282a19d95251ecb033d30300b2e21ad6c57fbd77
tree190476bba4c459967870768cb53b5aa0d2f4982f
parent730b23239365c0392077626d04246e8a62e7f40d
- alter the decorator function, and the newer public_factory function,
to use a named def instead of a lambda.  this so that TypeError on wrong
arguments are more legible.  [ticket:2884]
lib/sqlalchemy/util/langhelpers.py