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 stein-k
Recipients stein-k
Date 2018-01-05.19:15:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515179710.49.0.467229070634.issue32498@psf.upfronthosting.co.za>
In-reply-to
Content
urllib.parse.unquote(b'abc%20def')
...
TypeError: a bytes-like object is required, not 'str'
History
Date User Action Args
2018-01-05 19:15:10stein-ksetrecipients: + stein-k
2018-01-05 19:15:10stein-ksetmessageid: <1515179710.49.0.467229070634.issue32498@psf.upfronthosting.co.za>
2018-01-05 19:15:10stein-klinkissue32498 messages
2018-01-05 19:15:10stein-kcreate