[Python-checkins] cpython (3.5): Issue #26220: Remove outdated comment about a question mark

martin.panter python-checkins at python.org
Wed Jan 27 23:13:21 EST 2016


https://hg.python.org/cpython/rev/63c1c7cdad0f
changeset:   100079:63c1c7cdad0f
branch:      3.5
parent:      100077:86105a109830
user:        Martin Panter <vadmium+py at gmail.com>
date:        Fri Jan 29 04:01:16 2016 +0000
summary:
  Issue #26220: Remove outdated comment about a question mark

files:
  Doc/howto/unicode.rst |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst
--- a/Doc/howto/unicode.rst
+++ b/Doc/howto/unicode.rst
@@ -297,9 +297,6 @@
     >>> 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list