diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-05-18 00:44:50 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-05-18 00:44:50 (GMT) |
commit | c17686f071c6f5b5d20366ae32188327a36e282e (patch) | |
tree | 70c6482b2a224313d4771917aff6f9b810e00fb8 /Doc/whatsnew/3.5.rst | |
parent | 1dbee9460e6a242bfbdd701ce328f11f7dd69019 (diff) | |
download | cpython-c17686f071c6f5b5d20366ae32188327a36e282e.zip cpython-c17686f071c6f5b5d20366ae32188327a36e282e.tar.gz cpython-c17686f071c6f5b5d20366ae32188327a36e282e.tar.bz2 |
Issue #13866: add *quote_via* argument to urlencode.
Patch by samwyse, completed by Arnon Yaari, and reviewed by
Martin Panter.
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 762ad22..85027ed 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -622,6 +622,10 @@ urllib sent. (Contributed by Matej Cepl in :issue:`19494` and Akshit Khurana in :issue:`7159`.) +* A new :func:`~urllib.parse.urlencode` parameter *quote_via* provides a way to + control the encoding of query parts if needed. (Contributed by Samwyse and + Arnon Yaari in :issue:`13866`.) + wsgiref ------- |