[Python-checkins] python/dist/src/Lib posixfile.py, 1.26, 1.27 statcache.py, 1.16, NONE

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Dec 5 05:55:44 CET 2004


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

Modified Files:
	posixfile.py 
Removed Files:
	statcache.py 
Log Message:
Remove the deprecated statcache module.

Index: posixfile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/posixfile.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- posixfile.py	18 Aug 2004 15:13:40 -0000	1.26
+++ posixfile.py	5 Dec 2004 04:55:09 -0000	1.27
@@ -53,12 +53,6 @@
               query only
 """
 
-import warnings
-warnings.warn(
-    "The posixfile module is obsolete and will disappear in the future",
-    DeprecationWarning)
-del warnings
-
 
 class _posixfile_:
     """File wrapper class that provides extra POSIX file routines."""

--- statcache.py DELETED ---



More information about the Python-checkins mailing list