This commit is contained in:
Andrew M. Kuchling 2002-04-15 14:05:59 +00:00
parent 3aa3fc46c8
commit 8e8af6e722
1 changed files with 2 additions and 0 deletions

View File

@ -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().
%======================================================================