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 karlcow
Recipients eric.araujo, ezio.melotti, karlcow, mgiuca, orsenthil, serhiy.storchaka
Date 2017-06-05.05:53:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496642016.93.0.0160314961879.issue8136@psf.upfronthosting.co.za>
In-reply-to
Content
#8143 was fixed.

Python 2.7.10 (default, Feb  7 2017, 00:08:15) 
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib
>>> urllib.unquote(u"%CE%A3")
u'\xce\xa3'

What should become of this one?
History
Date User Action Args
2017-06-05 05:53:37karlcowsetrecipients: + karlcow, orsenthil, ezio.melotti, eric.araujo, mgiuca, serhiy.storchaka
2017-06-05 05:53:36karlcowsetmessageid: <1496642016.93.0.0160314961879.issue8136@psf.upfronthosting.co.za>
2017-06-05 05:53:36karlcowlinkissue8136 messages
2017-06-05 05:53:36karlcowcreate