[Python-checkins] CVS: python/dist/src/Doc/ref ref2.tex,1.27,1.28
Fred L. Drake
fdrake@users.sourceforge.net
2001年7月20日 08:33:25 -0700
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv22308/ref
Modified Files:
ref2.tex
Log Message:
Removed unnecessary section "Unicode literals"; all the discussion is
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.
Index: ref2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref2.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** ref2.tex 2001年07月20日 14:32:28 1.27
--- ref2.tex 2001年07月20日 15:33:23 1.28
***************
*** 356,360 ****
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:
\index{physical line}
\index{escape sequence}
--- 356,360 ----
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:
\index{physical line}
\index{escape sequence}
***************
*** 433,441 ****
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...
--- 433,436 ----