]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
The str.encode() method does not accept keyword args in python < 2.7
authorJeff Dairiki <dairiki@dairiki.org>
Sun, 1 Sep 2013 09:33:50 +0000 (02:33 -0700)
committerJeff Dairiki <dairiki@dairiki.org>
Sun, 1 Sep 2013 09:33:50 +0000 (02:33 -0700)
commitb33c38b35fe543874e02abf4a8c7738692246eb9
tree2cfebbd1a0c577b5fab455bb5f54ad8af7162da5
parentd1a0b885f18dea750611db26317bcdedb9a911a4
The str.encode() method does not accept keyword args in python < 2.7
alembic/util.py
tests/test_command.py