cpython: ee815d3535f5 (original) (raw)
Mercurial > cpython
changeset 101111:ee815d3535f5
Issue #18572: Remove redundant note about surrogates in string escape doc [#18572]
Berker Peksag berker.peksag@gmail.com | |
---|---|
date | Sun, 24 Apr 2016 03:14:01 +0300 |
parents | 8c53fdc011a3(current diff)79e7808c3941(diff) |
children | fa0a941728a8 |
files | Doc/reference/lexical_analysis.rst |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-)[+] [-] Doc/reference/lexical_analysis.rst 3 |
line wrap: on
line diff
--- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -544,8 +544,7 @@ Notes: 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.
(6) Any Unicode character can be encoded this way. Exactly eight hex digits