[Python-checkins] python/dist/src/Misc NEWS,1.1198,1.1199

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Dec 5 02:58:14 CET 2004


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

Modified Files:
	NEWS 
Log Message:
Removed deprecated use_statcache argument.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1198
retrieving revision 1.1199
diff -u -d -r1.1198 -r1.1199
--- NEWS	4 Dec 2004 21:21:53 -0000	1.1198
+++ NEWS	5 Dec 2004 01:58:09 -0000	1.1199
@@ -21,6 +21,8 @@
 Library
 -------
 
+- the filecmp module no longer uses the deprecated use_statcache argument.
+
 - unittest.TestCase.run() and unittest.TestSuite.run() can now be successfully
   extended or overridden by subclasses.  Formerly, the subclassed method would
   be ignored by the rest of the module.  (Bug #1078905).



More information about the Python-checkins mailing list