[Python-checkins] python/dist/src/Misc NEWS,1.1208,1.1209

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Dec 7 13:02:08 CET 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13021

Modified Files:
	NEWS 
Log Message:
Combined several entries.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1208
retrieving revision 1.1209
diff -u -d -r1.1208 -r1.1209
--- NEWS	7 Dec 2004 07:05:53 -0000	1.1208
+++ NEWS	7 Dec 2004 12:02:02 -0000	1.1209
@@ -28,17 +28,15 @@
 Library
 -------
 
+- moved deprecated modules to Lib/lib-old:  whrandom, tzparse, statcache.
+
 - the pickle module no longer accepts the deprecated None option in the
   args tuple returned by __reduce__().
 
 - optparse now optionally imports gettext.  This allows its use in setup.py.
 
-- the deprecated tzparse module was removed.
-
 - the pickle module no longer uses the deprecated bin parameter.
 
-- the depecated statcache module was removed.
-
 - the shelve module no longer uses the deprecated binary parameter.
 
 - the pstats module no longer uses the deprecated ignore() method.
@@ -49,8 +47,6 @@
   extended or overridden by subclasses.  Formerly, the subclassed method would
   be ignored by the rest of the module.  (Bug #1078905).
 
-- the deprecated whrandom module was removed.  Use the random module instead.
-
 - heapq.nsmallest() and heapq.nlargest() now support key= arguments with
   the same meaning as in list.sort().
 



More information about the Python-checkins mailing list