Add item
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 15 Apr 2002 14:05:59 +0000 (14:05 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 15 Apr 2002 14:05:59 +0000 (14:05 +0000)
Doc/whatsnew/whatsnew23.tex

index 0b16acd99cab77e0f302c49e245e743527ef3eb9..f3d5edb4a382efcf5b8e9f0f4dd104a04f26786e 100644 (file)
@@ -228,6 +228,8 @@ redisplay functions.
 Add optional arg to string methods strip(), lstrip(), rstrip().
 The optional arg specifies characters to delete.
 
+New method: string.zfill()
+
 Add dict method pop().
 
 %======================================================================