]> granicus.if.org Git - python/commit
Remove "," from the list of always_safe characters. It is a reserved
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 14 Sep 2000 16:59:07 +0000 (16:59 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 14 Sep 2000 16:59:07 +0000 (16:59 +0000)
commit7ae51bf82d836f036376671c58882b058acd3e2e
tree902b2ca8ce3b9daa3e277e23476e9c56946b7be6
parentd94f70716ec4714dac1f96a153900ac7234d38ef
Remove "," from the list of always_safe characters.  It is a reserved
character according to RFC 2396. Add some text to quote doc string
that explains the quoting rules better.

This closes SF Bug #114427.

Add _fast_quote operation that uses a dictionary instead of a list
when the standard set of safe characters is used.
Lib/test/test_urllib.py
Lib/urllib.py