diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-03 04:48:15 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-03 04:48:15 (GMT) |
commit | 708e51a6b1e995ddfe9e15947dc02e4078c6d01a (patch) | |
tree | 83fbef088f472a60809f26448b32ced79ffa3c07 /Misc | |
parent | a45770d6d08c43e1ea16c03b1c4d9ca938a664fd (diff) | |
download | cpython-708e51a6b1e995ddfe9e15947dc02e4078c6d01a.zip cpython-708e51a6b1e995ddfe9e15947dc02e4078c6d01a.tar.gz cpython-708e51a6b1e995ddfe9e15947dc02e4078c6d01a.tar.bz2 |
Fix SF bug #976608, Unhelpful error message when mtime of a module is -1
Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1? 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. |