]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix unicode literals on Python 3.1 and 3.2
authorRoman Podolyaka <roman.podolyaka@gmail.com>
Sun, 23 Jun 2013 09:04:21 +0000 (12:04 +0300)
committerRoman Podolyaka <roman.podolyaka@gmail.com>
Sun, 23 Jun 2013 09:57:53 +0000 (12:57 +0300)
commit25b4637bcde9bdc86240ce5eef834374a1203925
tree5c39776e851a749809f6ad5c62d386836bde3dbe
parenteba9d1b58f38577fb71d3374a2133d6e9159c277
Fix unicode literals on Python 3.1 and 3.2

A few tests use u'' unicode literals which are not
supported in Python versions 3.1 and 3.2.
lib/sqlalchemy/testing/suite/test_select.py
test/dialect/test_postgresql.py