summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-01-14 12:52:12 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-01-14 12:52:12 (GMT)
commitac71c54b88b916e05e4279e9c4306d227f3a6dfe (patch)
tree0d341e7259e4ad46d0e2b7b0e0f2c50e31b14f87 /Misc
parent489f392a0ed9996492d7c1c124b859160a3f13d3 (diff)
downloadcpython-ac71c54b88b916e05e4279e9c4306d227f3a6dfe.zip
cpython-ac71c54b88b916e05e4279e9c4306d227f3a6dfe.tar.gz
cpython-ac71c54b88b916e05e4279e9c4306d227f3a6dfe.tar.bz2
Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ff1326..3b0e813 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,8 @@ Core and Builtins
Library
-------
+- Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()
+
- Issue #10899: No function type annotations in the standard library.
Removed function type annotations from _pyio.py.