Add back missing \\ in front of xXX.
This commit is contained in:
parent
9934e842de
commit
11bb57a6b0
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue