diff options
author | Georg Brandl <georg@python.org> | 2011-01-24 19:59:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-24 19:59:08 (GMT) |
commit | 009a6bd675ed8f853d57794eacb660912be5dd49 (patch) | |
tree | 15ef56071e8adcdb0ed688e9af0b46538009b4e5 /Doc/whatsnew/3.2.rst | |
parent | 8e490de61687a63131d1fc9853bf26a36541ec39 (diff) | |
download | cpython-009a6bd675ed8f853d57794eacb660912be5dd49.zip cpython-009a6bd675ed8f853d57794eacb660912be5dd49.tar.gz cpython-009a6bd675ed8f853d57794eacb660912be5dd49.tar.bz2 |
Fix label syntax.
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index b510f44..e846a0f 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1887,7 +1887,7 @@ string, then the *safe*, *encoding*, and *error* parameters are sent to encoding='latin-1') '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 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: |