]> granicus.if.org Git - python/commit
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
authorStein Karlsen <karlsen.stein@gmail.com>
Mon, 14 Oct 2019 10:36:29 +0000 (12:36 +0200)
committerTal Einat <taleinat+github@gmail.com>
Mon, 14 Oct 2019 10:36:29 +0000 (13:36 +0300)
commitaad2ee01561f260c69af1951c0d6fcaf75c4d41b
tree6ffb53582b94065c4eb04012aaffa49a1af5422f
parent9cb51f4e20033f5fd4fed46036e347f263bb6d5b
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
Doc/library/urllib.parse.rst
Lib/test/test_urllib.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2018-06-17-21-02-25.bpo-32498.La3TZz.rst [new file with mode: 0644]