This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients docs@python, steven.daprano, terry.reedy
Date 2013-07-27.20:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374955436.42.0.963253221776.issue18572@psf.upfronthosting.co.za>
In-reply-to
Content
3.3.2:
>>> '\uD80C\uDC80' == '\U00013080'
False

The statement that surrogate code units can be encoded this way is still true. Indeed, it is now the only way to get such code units into a string. The suggestion that a pair will make an astral char is now false. The sentence could be changed to 

"Individual surrogate code units can be encoded using this escape sequence."

On the other hand, the same is true of *any* BMP char, including all the *other* non-graphic chars that can only be entered this way. So I think the sentence, if not deleted, should be replaced by what seems to me a more useful (complete) statement.

"Any Basic Multilingual  Plane (BMP) codepoint can be encoded using this escape sequence."
History
Date User Action Args
2013-07-27 20:03:56terry.reedysetrecipients: + terry.reedy, steven.daprano, docs@python
2013-07-27 20:03:56terry.reedysetmessageid: <1374955436.42.0.963253221776.issue18572@psf.upfronthosting.co.za>
2013-07-27 20:03:56terry.reedylinkissue18572 messages
2013-07-27 20:03:56terry.reedycreate