[issue38567] urllib.parse.unquote_plus raises incorrect errormessage when string parameter is bytes

2019-10-23 Thread stein-k
Change by stein-k : -- keywords: +patch pull_requests: +16441 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16903 ___ Python tracker ___

[issue38567] urllib.parse.unquote_plus raises incorrect errormessage when string parameter is bytes

2019-10-23 Thread stein-k
New submission from stein-k : urllib.parse.unquote_plus(b'abc%20def') ... TypeError: a bytes-like object is required, not 'str' -- components: Library (Lib) messages: 355242 nosy: stein-k priority: normal severity: normal status: open title: urllib.parse.unquote_plus raises incorrect