From: Martin Panter Date: Fri, 29 Jan 2016 04:01:16 +0000 (+0000) Subject: Issue #26220: Remove outdated comment about a question mark X-Git-Tag: v3.6.0a1~688^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4942870471541e84d796bc1bef6088c08abae5f6;p=thirdparty%2FPython%2Fcpython.git Issue #26220: Remove outdated comment about a question mark --- diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index ee31a9c98193..c16cac590123 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