commit | 708e51a6b1e995ddfe9e15947dc02e4078c6d01a | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Oct 03 04:48:15 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Oct 03 04:48:15 2005 +0000 |
tree | 83fbef088f472a60809f26448b32ced79ffa3c07 | |
parent | a45770d6d08c43e1ea16c03b1c4d9ca938a664fd [diff] [blame] |
Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS index 0826013..c78fa69 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.