[Python-checkins] cpython (3.5): 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/79e7808c3941
changeset: 101110:79e7808c3941
branch: 3.5
parent: 101108:29e555e5956b
user: Berker Peksag <berker.peksag at gmail.com>
date: Sun Apr 24 03:13:40 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
@@ -538,8 +538,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