]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #26220: Remove outdated comment about a question mark
authorMartin Panter <vadmium+py@gmail.com>
Fri, 29 Jan 2016 04:01:16 +0000 (04:01 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 29 Jan 2016 04:01:16 +0000 (04:01 +0000)
Doc/howto/unicode.rst

index ee31a9c981938c1ed15268709bb06a8b711c1d2c..c16cac59012316e0e416f6948d93259b61e4fa2a 100644 (file)
@@ -297,9 +297,6 @@ The following examples show the differences::
     >>> b'\x80abc'.decode("utf-8", "ignore")
     'abc'
 
-(In this code example, the Unicode replacement character has been replaced by
-a question mark because it may not be displayed on some systems.)
-
 Encodings are specified as strings containing the encoding's name.  Python 3.2
 comes with roughly 100 different encodings; see the Python Library Reference at
 :ref:`standard-encodings` for a list.  Some encodings have multiple names; for