[Python-checkins] CVS: python/dist/src/Doc/ref ref2.tex,1.19,1.20

Fred L. Drake python-dev@python.org
Fri, 17 Nov 2000 11:05:14 -0800


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31740/ref

Modified Files:
	ref2.tex 
Log Message:

Note that readframes() returns data in linear format, even if the original
is encoded in u-LAW format.  Based on suggestion from Anthony Baxter
<anthony_baxter@users.sourceforge.net>.

This closes bug #122273.


Index: ref2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref2.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** ref2.tex	2000/08/24 20:06:04	1.19
--- ref2.tex	2000/11/17 19:05:11	1.20
***************
*** 396,399 ****
--- 396,405 ----
  (even mixing raw strings and triple quoted strings).
  
+ 
+ \subsection{Unicode literals \label{unicode}}
+ 
+ XXX explain more here...
+ 
+ 
  \subsection{Numeric literals\label{numbers}}