]> granicus.if.org Git - python/commit
Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format
authorGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 03:28:15 +0000 (03:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 03:28:15 +0000 (03:28 +0000)
commite27a7b80748c902ce956287f14857666db523c4b
treefd3479792cba0c7942a5a4a996bf1f05e0f00da1
parente1bb5f9814a9dffbc05c5c5a24fe15082a8b3e04
Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a format
when quoting forbidden characters. There are scripts out there that
break with lower case, therefore I guess %%%X should be used."

I agree, so am fixing this.
Lib/urllib.py