From: Georg Brandl Date: Tue, 22 Jan 2008 07:53:31 +0000 (+0000) Subject: Fix \xhh specs, #1889. X-Git-Tag: v2.6a1~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=953e1ee8f4f2522961b94c57a4c521fb041af228;p=python Fix \xhh specs, #1889. --- diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 7857887fc3..e449fd7f68 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -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