summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2018-06-17-21-02-25.bpo-32498.La3TZz.rst
diff options
context:
space:
mode:
authorStein Karlsen <karlsen.stein@gmail.com>2019-10-14 12:36:29 +0200
committerTal Einat <taleinat+github@gmail.com>2019-10-14 13:36:29 +0300
commitaad2ee01561f260c69af1951c0d6fcaf75c4d41b (patch)
tree6ffb53582b94065c4eb04012aaffa49a1af5422f /Misc/NEWS.d/next/Library/2018-06-17-21-02-25.bpo-32498.La3TZz.rst
parent9cb51f4e20033f5fd4fed46036e347f263bb6d5b (diff)
downloadcpython-git-aad2ee01561f260c69af1951c0d6fcaf75c4d41b.tar.gz
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-06-17-21-02-25.bpo-32498.La3TZz.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-06-17-21-02-25.bpo-32498.La3TZz.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-17-21-02-25.bpo-32498.La3TZz.rst b/Misc/NEWS.d/next/Library/2018-06-17-21-02-25.bpo-32498.La3TZz.rst
new file mode 100644
index 0000000000..9df9e65e55
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-06-17-21-02-25.bpo-32498.La3TZz.rst
@@ -0,0 +1,2 @@
+Made :func:`urllib.parse.unquote()` accept bytes in addition to strings.
+Patch by Stein Karlsen.