Issue #26220: Remove outdated comment about a question mark

This commit is contained in:
Martin Panter 2016-01-29 04:01:16 +00:00
parent b31a2849da
commit 4942870471
1 changed files with 0 additions and 3 deletions

View 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