Add back missing \\ in front of xXX.

This commit is contained in:
Guido van Rossum 2008-06-02 22:27:46 +00:00
parent 9934e842de
commit 11bb57a6b0
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Specification
(0xd800-0xdbff, but not followed by 0xdc00-0xdfff) to '\\uXXXX'. (0xd800-0xdbff, but not followed by 0xdc00-0xdfff) to '\\uXXXX'.
* Convert non-printable characters(Py_UNICODE_ISPRINTABLE() returns 0) * Convert non-printable characters(Py_UNICODE_ISPRINTABLE() returns 0)
to 'xXX', '\\uXXXX' or '\\U00xxxxxx'. to '\\xXX', '\\uXXXX' or '\\U00xxxxxx'.
* Backslash-escape quote characters (apostrophe, 0x27) and add quote * Backslash-escape quote characters (apostrophe, 0x27) and add quote
character at the beginning and the end. character at the beginning and the end.