[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.118, 1.1193.2.119

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Mon Oct 3 06:50:58 CEST 2005


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

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


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.118
retrieving revision 1.1193.2.119
diff -u -d -r1.1193.2.118 -r1.1193.2.119
--- NEWS	3 Oct 2005 01:03:44 -0000	1.1193.2.118
+++ NEWS	3 Oct 2005 04:50:55 -0000	1.1193.2.119
@@ -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