diff options
Diffstat (limited to 'Doc/library/urllib.parse.rst')
-rw-r--r-- | Doc/library/urllib.parse.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst index 22680d0..037d4c4 100644 --- a/Doc/library/urllib.parse.rst +++ b/Doc/library/urllib.parse.rst @@ -279,8 +279,9 @@ or on combining URL components into a URL string. object. .. versionchanged:: 3.2 - Result is a structured object rather than a simple 2-tuple + Result is a structured object rather than a simple 2-tuple. +:: _parsing-ascii-encoded-bytes: Parsing ASCII Encoded Bytes --------------------------- |