Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53e4dd commit 2280cd1Copy full SHA for 2280cd1
1 file changed
lib/request/connect.py
@@ -984,7 +984,7 @@ def _randomizeParameter(paramString, randomParameter):
984
if name != "__builtins__" and originals.get(name, "") != value:
985
if isinstance(value, (basestring, int)):
986
found = False
987
- value = unicode(value)
+ value = getUnicode(value)
988
989
regex = r"((\A|%s)%s=).+?(%s|\Z)" % (re.escape(delimiter), re.escape(name), re.escape(delimiter))
990
if re.search(regex, (get or "")):
0 commit comments