diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-01-14 12:52:12 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-01-14 12:52:12 (GMT) |
commit | ac71c54b88b916e05e4279e9c4306d227f3a6dfe (patch) | |
tree | 0d341e7259e4ad46d0e2b7b0e0f2c50e31b14f87 /Misc | |
parent | 489f392a0ed9996492d7c1c124b859160a3f13d3 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |