cpython: 950320c70fb4 (original) (raw)

Mercurial > cpython

changeset 79233:950320c70fb4

Add a versionchanged note for #9374 changes. [#9374]

Georg Brandl georg@python.org
date Sat, 29 Sep 2012 08:59:23 +0200
parents d23eb81bd482
children 0ad0b2f4cb6a
files Doc/library/urllib.parse.rst
diffstat 1 files changed, 6 insertions(+), 2 deletions(-)[+] [-] Doc/library/urllib.parse.rst 8

line wrap: on

line diff

--- a/Doc/library/urllib.parse.rst +++ b/Doc/library/urllib.parse.rst @@ -81,8 +81,7 @@ or on combining URL components into a UR this argument is the empty string. If the allow_fragments argument is false, fragment identifiers are not

+ .. function:: parse_qs(qs, keep_blank_values=False, strict_parsing=False, encoding='utf-8', errors='replace')