mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
Fix \xhh specs, #1889. (an oversight of r60193, r60210).
This commit is contained in:
parent
9550aa1c81
commit
4e0f8910bf
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ Notes:
|
||||||
As in Standard C, up to three octal digits are accepted.
|
As in Standard C, up to three octal digits are accepted.
|
||||||
|
|
||||||
(2)
|
(2)
|
||||||
Unlike in Standard C, at most two hex digits are accepted.
|
Unlike in Standard C, exactly two hex digits are required.
|
||||||
|
|
||||||
(3)
|
(3)
|
||||||
In a bytes literal, hexadecimal and octal escapes denote the byte with the
|
In a bytes literal, hexadecimal and octal escapes denote the byte with the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue