[Python-checkins] r60194 - python/branches/release25-maint/Doc/ref/ref2.tex

georg.brandl python-checkins at python.org
Tue Jan 22 08:54:07 CET 2008


Author: georg.brandl
Date: Tue Jan 22 08:54:07 2008
New Revision: 60194

Modified:
   python/branches/release25-maint/Doc/ref/ref2.tex
Log:
Backport: #1889 - fixup \xhh specs.


Modified: python/branches/release25-maint/Doc/ref/ref2.tex
==============================================================================
--- python/branches/release25-maint/Doc/ref/ref2.tex	(original)
+++ python/branches/release25-maint/Doc/ref/ref2.tex	Tue Jan 22 08:54:07 2008
@@ -485,7 +485,7 @@
 \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


More information about the Python-checkins mailing list