[Python-checkins] python/dist/src/Misc NEWS,1.912,1.913

perky at users.sourceforge.net perky at users.sourceforge.net
Mon Dec 15 13:51:21 EST 2003


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

Modified Files:
	NEWS 
Log Message:
Add an entry for addition of {str,unicode}.rsplit.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.912
retrieving revision 1.913
diff -C2 -d -r1.912 -r1.913
*** NEWS	14 Dec 2003 05:29:45 -0000	1.912
--- NEWS	15 Dec 2003 18:51:19 -0000	1.913
***************
*** 115,118 ****
--- 115,122 ----
    will now just hit the recursion limit.  See SF patch 825639.
  
+ - str and unicode builtin types now have s.rsplit() method that is
+   same as s.split() except that it scans the string from the end
+   working forward.  See SF feature request 801847.
+ 
  Extension modules
  -----------------





More information about the Python-checkins mailing list