Chris Jerdonek added the comment:

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 :)).

----------
nosy: +cjerdonek

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15719>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to