[Python-checkins] cpython (merge 3.5 -> default): Issue #18572: Remove redundant note about surrogates in string escape doc

berker.peksag python-checkins at python.org
Sat Apr 23 20:13:48 EDT 2016


https://hg.python.org/cpython/rev/ee815d3535f5
changeset:   101111:ee815d3535f5
parent:      101109:8c53fdc011a3
parent:      101110:79e7808c3941
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Apr 24 03:14:01 2016 +0300
summary:
  Issue #18572: Remove redundant note about surrogates in string escape doc

files:
  Doc/reference/lexical_analysis.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -544,8 +544,7 @@
       Support for name aliases [#]_ has been added.
 
 (5)
-   Individual code units which form parts of a surrogate pair can be encoded using
-   this escape sequence.  Exactly four hex digits are required.
+   Exactly four hex digits are required.
 
 (6)
    Any Unicode character can be encoded this way.  Exactly eight hex digits

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


More information about the Python-checkins mailing list