From: Florent Xicluna Date: Mon, 15 Mar 2010 13:14:39 +0000 (+0000) Subject: Fix \xhh specs, #1889. (an oversight of r60193, r60210). X-Git-Tag: v3.2a1~1457 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e0f8910bf4894727778b183b05e0c7306bb1ede;p=python Fix \xhh specs, #1889. (an oversight of r60193, r60210). --- diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index ab1b7f5298..7df0c2b14c 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -503,7 +503,7 @@ Notes: As in Standard C, up to three octal digits are accepted. (2) - Unlike in Standard C, at most two hex digits are accepted. + Unlike in Standard C, exactly two hex digits are required. (3) In a bytes literal, hexadecimal and octal escapes denote the byte with the