]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Changed urllib.quote_plus to urllib.parse.quote_plus (Python 3 versio…
authorericdeansanchez <ericdeansanchez@berkeley.edu>
Mon, 18 Mar 2019 14:51:26 +0000 (10:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Mar 2019 14:51:53 +0000 (10:51 -0400)
commit8eaccf16aca90ef09e8e39cd06940ac8a51b5b38
tree6c60d38a3b20652d353248f99780a852f0bd3f39
parente209df356a38a1885f2b0fdab3c5d7e7d58837d9
Changed urllib.quote_plus to urllib.parse.quote_plus (Python 3 versio…

Fixes: #4542
Closes: #4546
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4546
Pull-request-sha: 95d905cdcc33f44ff21d13e411e4a17843e6b54a

Change-Id: Ibaf0852822e281e79770763e7e3550270d26cf66
lib/sqlalchemy/dialects/mssql/pyodbc.py