[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.80.6.5,1.80.6.6

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 30 Apr 2002 07:54:33 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv5562/lib

Modified Files:
      Tag: release22-maint
	libstdtypes.tex 
Log Message:
Add a note about when the "%r" formatting code was added.

Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.80.6.5
retrieving revision 1.80.6.6
diff -C2 -d -r1.80.6.5 -r1.80.6.6
*** libstdtypes.tex	22 Apr 2002 11:57:04 -0000	1.80.6.5
--- libstdtypes.tex	30 Apr 2002 14:54:31 -0000	1.80.6.6
***************
*** 812,815 ****
--- 812,816 ----
  % XXX Examples?
  
+ (The \code{\%r} conversion was added in Python 2.0.)
  
  Since Python strings have an explicit length, \code{\%s} conversions