Commit 009a6bd6 authored by Georg Brandl's avatar Georg Brandl

Fix label syntax.

parent 8e490de6
...@@ -281,7 +281,7 @@ or on combining URL components into a URL string. ...@@ -281,7 +281,7 @@ or on combining URL components into a URL string.
.. versionchanged:: 3.2 .. 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:
Parsing ASCII Encoded Bytes Parsing ASCII Encoded Bytes
--------------------------- ---------------------------
......
...@@ -1887,7 +1887,7 @@ string, then the *safe*, *encoding*, and *error* parameters are sent to ...@@ -1887,7 +1887,7 @@ string, then the *safe*, *encoding*, and *error* parameters are sent to
encoding='latin-1') encoding='latin-1')
'type=telenovela&name=%BFD%F3nde+Est%E1+Elisa%3F' 'type=telenovela&name=%BFD%F3nde+Est%E1+Elisa%3F'
As detailed in :ref:`parsing-ascii-encoded-bytes` , all the :mod:`urllib.parse` As detailed in :ref:`parsing-ascii-encoded-bytes`, all the :mod:`urllib.parse`
functions now accept ASCII-encoded byte strings as input, so long as they are functions now accept ASCII-encoded byte strings as input, so long as they are
not mixed with regular strings. If ASCII-encoded byte strings are given as not mixed with regular strings. If ASCII-encoded byte strings are given as
parameters, the return types will also be an ASCII-encoded byte strings: parameters, the return types will also be an ASCII-encoded byte strings:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment