Message170302
| Author |
chris.jerdonek |
| Recipients |
chris.jerdonek, eric.araujo, gregory.p.smith, gvanrossum, jcea, pitrou |
| Date |
2012年09月11日.13:14:20 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1347369261.01.0.0454355262165.issue15719@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
As an aside, I noticed a doctest affected by this in the urllib HOWTO:
>>> url_values = urllib.parse.urlencode(data)
>>> print(url_values)
name=Somebody+Here&language=Python&location=Northampton
http://docs.python.org/dev/howto/urllib2.html#data
(search for the string "Somebody"). This is merely a curiosity though (i.e. don't construe this as an argument on the issue :)). |
|