summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-01-29 04:01:16 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-01-29 04:01:16 (GMT)
commit4942870471541e84d796bc1bef6088c08abae5f6 (patch)
tree1e9535ad5fd18149cb3fd94d71ce85ba53320006 /Doc
parentb31a2849dac463719675e31087a2c3216737529d (diff)
downloadcpython-4942870471541e84d796bc1bef6088c08abae5f6.zip
cpython-4942870471541e84d796bc1bef6088c08abae5f6.tar.gz
cpython-4942870471541e84d796bc1bef6088c08abae5f6.tar.bz2
Issue #26220: Remove outdated comment about a question mark
Diffstat (limited to 'Doc')
-rw-r--r--Doc/howto/unicode.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
index ee31a9c..c16cac5 100644
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -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