commit | 7ae51bf82d836f036376671c58882b058acd3e2e | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Thu Sep 14 16:59:07 2000 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Thu Sep 14 16:59:07 2000 +0000 |
tree | 902b2ca8ce3b9daa3e277e23476e9c56946b7be6 | |
parent | d94f70716ec4714dac1f96a153900ac7234d38ef [diff] |
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.