mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Issue #18572: Remove redundant note about surrogates in string escape doc
This commit is contained in:
parent
544ae59b8e
commit
4f35d79d65
1 changed files with 1 additions and 2 deletions
|
|
@ -538,8 +538,7 @@ Notes:
|
||||||
Support for name aliases [#]_ has been added.
|
Support for name aliases [#]_ has been added.
|
||||||
|
|
||||||
(5)
|
(5)
|
||||||
Individual code units which form parts of a surrogate pair can be encoded using
|
Exactly four hex digits are required.
|
||||||
this escape sequence. Exactly four hex digits are required.
|
|
||||||
|
|
||||||
(6)
|
(6)
|
||||||
Any Unicode character can be encoded this way. Exactly eight hex digits
|
Any Unicode character can be encoded this way. Exactly eight hex digits
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue