replaced longer CHAR form of escaped MySQL strings with more compact hex form

This commit is contained in:
Miroslav Stampar
2011-10-23 20:19:42 +00:00
parent 3f0517d3f3
commit 77e630d89e
2 changed files with 13 additions and 29 deletions

View File

@@ -161,7 +161,7 @@ class Connect:
responseHeaders = None
logHeaders = ""
# support for non-latin URLs (e.g. cyrilic) as urllib/urllib2 doesn't
# support for non-latin (e.g. cyrillic) URLs as urllib/urllib2 doesn't
# support those by default
url = asciifyUrl(url)