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 2019-10-23.17:45:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571852750.66.0.0310766347617.issue38567@roundup.psfhosted.org>
In-reply-to
Content
urllib.parse.unquote_plus(b'abc%20def')
...
TypeError: a bytes-like object is required, not 'str'
History
Date User Action Args
2019-10-23 17:45:50stein-ksetrecipients: + stein-k
2019-10-23 17:45:50stein-ksetmessageid: <1571852750.66.0.0310766347617.issue38567@roundup.psfhosted.org>
2019-10-23 17:45:50stein-klinkissue38567 messages
2019-10-23 17:45:50stein-kcreate