[Python-checkins] python/dist/src/Misc NEWS,1.898,1.899

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Nov 26 03:21:37 EST 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv11053/Misc

Modified Files:
	NEWS 
Log Message:
Add optional fillchar argument to ljust(), rjust(), and center() string methods.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.898
retrieving revision 1.899
diff -C2 -d -r1.898 -r1.899
*** NEWS	25 Nov 2003 21:12:14 -0000	1.898
--- NEWS	26 Nov 2003 08:21:34 -0000	1.899
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - For str and unicode objects, the ljust(), center(), and rjust()
+   methods now accept an optional argument specifying a fill
+   character other than a space.
+ 
  - When method objects have an attribute that can be satisfied either
    by the function object or by the method object, the function





More information about the Python-checkins mailing list