]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix sessionmaker.__repr__
authorTimur <timka@users.noreply.github.com>
Sat, 16 Nov 2013 00:45:59 +0000 (03:45 +0300)
committerTimur <timka@users.noreply.github.com>
Sat, 16 Nov 2013 00:45:59 +0000 (03:45 +0300)
commit216413d38ff42dad182b1a15adfba1380b1e07c8
treed639221780adcd8bc2b8d0811c7da8240665bf36
parentd6545f7db78d8bd930685019678f6e7df056ed22
Fix sessionmaker.__repr__

A comma separating 'class_' from the other args. It's still there even when kw is empty, which is syntactically correct.
lib/sqlalchemy/orm/session.py