projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa3fc4
)
Add item
author
Andrew M. Kuchling
<amk@amk.ca>
Mon, 15 Apr 2002 14:05:59 +0000
(14:05 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Mon, 15 Apr 2002 14:05:59 +0000
(14:05 +0000)
Doc/whatsnew/whatsnew23.tex
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/whatsnew23.tex
b/Doc/whatsnew/whatsnew23.tex
index 0b16acd99cab77e0f302c49e245e743527ef3eb9..f3d5edb4a382efcf5b8e9f0f4dd104a04f26786e 100644
(file)
--- 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().
%======================================================================