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 r.david.murray
Recipients ezio.melotti, koriakin, orsenthil, r.david.murray
Date 2015-04-07.23:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428451016.51.0.489126964015.issue23885@psf.upfronthosting.co.za>
In-reply-to
Content
The typerror isn't going to happen for backward compatibility reasons.  A fix isn't likely to happen because python2 doesn't really support unicode in urllib, to my understanding (if I'm wrong about that the answser changes).  I'm not sure whether casting to string would have backward compatibility issues or not (I suspect it would; somneone would have to investigate that question as a first step).
History
Date User Action Args
2015-04-07 23:56:57r.david.murraysetrecipients: + r.david.murray, orsenthil, ezio.melotti, koriakin
2015-04-07 23:56:56r.david.murraysetmessageid: <1428451016.51.0.489126964015.issue23885@psf.upfronthosting.co.za>
2015-04-07 23:56:56r.david.murraylinkissue23885 messages
2015-04-07 23:56:56r.david.murraycreate