"Using Saved Location: foo"
John Arbash Meinel
john at arbash-meinel.com
Thu Apr 27 20:14:48 BST 2006
Jan Hudec wrote:
...
> I can't quickly find the right place to look into right now, but I think the
> list of characters to never decode would be:
> /?,;#&%+
> Note, that those characters are not auto-encoded either, so if they are
> encoded, they were specified as such (+ because it means ' ' in
> query-strings, so it may be significant whether it is encoded).
>
Looking through urllib.py they reference RFC2396, and then use:
reserved = ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" |
"$" | ","
But different ones are only reserved at different times.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060427/fcefbe1a/attachment.pgp
More information about the bazaar
mailing list