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

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Dec 15 14:24:36 EST 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv4989
Modified Files:
	NEWS 
Log Message:
Fix typo and improve wording a bit.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.913
retrieving revision 1.914
diff -C2 -d -r1.913 -r1.914
*** NEWS	15 Dec 2003 18:51:19 -0000	1.913
--- NEWS	15 Dec 2003 19:24:34 -0000	1.914
***************
*** 14,18 ****
 
 - Removed PendingDeprecationWarning from apply(). apply() remains
! deprecated, but the nuissance warning will not be issued.
 
 - At Python shutdown time (Py_Finalize()), 2.3 called cyclic garbage
--- 14,18 ----
 
 - Removed PendingDeprecationWarning from apply(). apply() remains
! deprecated, but the nuisance warning will not be issued.
 
 - At Python shutdown time (Py_Finalize()), 2.3 called cyclic garbage
***************
*** 115,121 ****
 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
--- 115,121 ----
 will now just hit the recursion limit. See SF patch 825639.
 
! - str and unicode builtin types now have rsplit() method that is
! same as split() except that it scans the string from the end
! working towards the beginning. See SF feature request 801847.
 
 Extension modules


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /