mirror of
https://github.com/python/cpython.git
synced 2026-01-29 02:32:18 +00:00
Backport: #1889 - fixup \xhh specs.
This commit is contained in:
parent
8f034d9af2
commit
7bf216b034
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ Notes:
|
|||
\item[(3)]
|
||||
As in Standard C, up to three octal digits are accepted.
|
||||
\item[(4)]
|
||||
Unlike in Standard C, at most two hex digits are accepted.
|
||||
Unlike in Standard C, exactly two hex digits are required.
|
||||
\item[(5)]
|
||||
In a string literal, hexadecimal and octal escapes denote the
|
||||
byte with the given value; it is not necessary that the byte
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue