From: Andrew M. Kuchling Date: Mon, 15 Apr 2002 14:05:59 +0000 (+0000) Subject: Add item X-Git-Tag: v2.3c1~5956 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8af6e72210a5ae59cbed73084ff93a7c49d835;p=thirdparty%2FPython%2Fcpython.git Add item --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 0b16acd99cab..f3d5edb4a382 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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(). %======================================================================