[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.7,1.8

akuchling@sourceforge.net akuchling@sourceforge.net
Mon, 15 Apr 2002 07:06:02 -0700


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

Modified Files:
	whatsnew23.tex 
Log Message:
Add item


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** whatsnew23.tex	15 Apr 2002 12:46:11 -0000	1.7
--- whatsnew23.tex	15 Apr 2002 14:05:59 -0000	1.8
***************
*** 229,232 ****
--- 229,234 ----
  The optional arg specifies characters to delete.
  
+ New method: string.zfill()
+ 
  Add dict method pop().