diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
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(). %====================================================================== |