[Python-checkins] python/dist/src/Misc NEWS,1.836,1.837

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Aug 5 06:32:44 EDT 2003


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

Modified Files:
	NEWS 
Log Message:
Removed deprecated functions

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.836
retrieving revision 1.837
diff -C2 -d -r1.836 -r1.837
*** NEWS	5 Aug 2003 06:33:56 -0000	1.836
--- NEWS	5 Aug 2003 12:32:41 -0000	1.837
***************
*** 24,30 ****
  -------
  
! - _strptime.py now has a behind-the-scense caching mechanism for the most
    recent TimeRE instance used along with the last five unique directive
    patterns.  The overall module was also made more thread-safe.
  
  Tools/Demos
--- 24,33 ----
  -------
  
! - _strptime.py now has a behind-the-scenes caching mechanism for the most
    recent TimeRE instance used along with the last five unique directive
    patterns.  The overall module was also made more thread-safe.
+ 
+ - random.cunifvariate() and random.stdgamma() were deprecated in Py2.3
+   and removed in Py2.4.
  
  Tools/Demos





More information about the Python-checkins mailing list