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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e8af6e72210a5ae59cbed73084ff93a7c49d835;p=python Add item --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 0b16acd99c..f3d5edb4a3 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(). %======================================================================