]> granicus.if.org Git - python/commitdiff
Removed unnecessary section "Unicode literals"; all the discussion is
authorFred Drake <fdrake@acm.org>
Fri, 20 Jul 2001 15:33:23 +0000 (15:33 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 20 Jul 2001 15:33:23 +0000 (15:33 +0000)
already present in the "String literals" section, including comments on
the "u" prefix and the additional escape sequences used for Unicode.

This relates to SF bug #442526.

Doc/ref/ref2.tex

index e9122421c1434c748c142f648a635ecd439078fa..02c05cdc4a9d2d274787e5296016ead5047ed814 100644 (file)
@@ -355,7 +355,7 @@ that three unescaped quotes in a row terminate the string.  (A
 
 Unless an `r' or `R' prefix is present, escape sequences in strings
 are interpreted according to rules similar
-to those used by Standard \C{}.  The recognized escape sequences are:
+to those used by Standard C.  The recognized escape sequences are:
 \index{physical line}
 \index{escape sequence}
 \index{Standard C}
@@ -434,11 +434,6 @@ concatenation can use different quoting styles for each component
 (even mixing raw strings and triple quoted strings).
 
 
-\subsection{Unicode literals \label{unicode}}
-
-XXX explain more here...
-
-
 \subsection{Numeric literals\label{numbers}}
 
 There are four types of numeric literals: plain integers, long