This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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 :)).
History
Date User Action Args
2012-09-11 13:14:21chris.jerdoneksetrecipients: + chris.jerdonek, gvanrossum, gregory.p.smith, jcea, pitrou, eric.araujo
2012-09-11 13:14:21chris.jerdoneksetmessageid: <1347369261.01.0.0454355262165.issue15719@psf.upfronthosting.co.za>
2012-09-11 13:14:20chris.jerdoneklinkissue15719 messages
2012-09-11 13:14:20chris.jerdonekcreate