mirror of https://github.com/python/cpython
Fix \xhh specs, #1889.
This commit is contained in:
parent
95cd5c0b72
commit
953e1ee8f4
|
@ -530,7 +530,7 @@ Notes:
|
|||
As in Standard C, up to three octal digits are accepted.
|
||||
|
||||
(4)
|
||||
Unlike in Standard C, at most two hex digits are accepted.
|
||||
Unlike in Standard C, exactly two hex digits are required.
|
||||
|
||||
(5)
|
||||
In a string literal, hexadecimal and octal escapes denote the byte with the
|
||||
|
|
Loading…
Reference in New Issue