[Python-checkins] python/dist/src/Misc NEWS,1.1384,1.1385

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Mon Oct 3 06:48:18 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Fix SF bug #976608, Unhelpful error message when mtime of a module is -1

Will backport.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1384
retrieving revision 1.1385
diff -u -d -r1.1384 -r1.1385
--- NEWS	3 Oct 2005 00:54:56 -0000	1.1384
+++ NEWS	3 Oct 2005 04:48:14 -0000	1.1385
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- SF Bug #976608: fix SystemError when mtime of an imported file is -1.
+
 - SF Bug #887946: fix segfault when redirecting stdin from a directory.
   Provide a warning when a directory is passed on the command line.
 



More information about the Python-checkins mailing list