Message143592
| Author | joern |
|---|---|
| Recipients | joern |
| Date | 2011-09-06.10:26:38 |
| SpamBayes Score | 0.004131246 |
| Marked as misclassified | No |
| Message-id | <1315304798.98.0.174203108938.issue12910@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
urllib.quote('()')
returns '%28%29'
Looking into its code it tries to follow RFC 2396 (which is good even though it should follow rfc3986 nowadays), but it doesn't:
http://tools.ietf.org/html/rfc2396 (see Appendix A, p.27): "(" and ")" are in mark and therefore unreserved, so why are they quoted? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-09-06 10:26:39 | joern | set | recipients: + joern |
| 2011-09-06 10:26:38 | joern | set | messageid: <1315304798.98.0.174203108938.issue12910@psf.upfronthosting.co.za> |
| 2011-09-06 10:26:38 | joern | link | issue12910 messages |
| 2011-09-06 10:26:38 | joern | create | |