summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-04-15 14:05:59 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-04-15 14:05:59 (GMT)
commit8e8af6e72210a5ae59cbed73084ff93a7c49d835 (patch)
treef383a414e00218653b28b96cfc18146e95ff7d65
parent3aa3fc46c87ff07d6b7a633c03f29fae43389c55 (diff)
downloadcpython-8e8af6e72210a5ae59cbed73084ff93a7c49d835.zip
cpython-8e8af6e72210a5ae59cbed73084ff93a7c49d835.tar.gz
cpython-8e8af6e72210a5ae59cbed73084ff93a7c49d835.tar.bz2
Add item
-rw-r--r--Doc/whatsnew/whatsnew23.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 0b16acd..f3d5edb 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().
%======================================================================