diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-21 21:57:42 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-03-21 21:57:42 (GMT) |
commit | 1d6af707cfac6406feb5c82656bb8f313bfcb696 (patch) | |
tree | 8d991ca2e933414b6e449f5e658208338cd4d1fe /Misc | |
parent | ffbc2f63e1ae5356e03f8b0cbf606616c311862e (diff) | |
download | cpython-1d6af707cfac6406feb5c82656bb8f313bfcb696.zip cpython-1d6af707cfac6406feb5c82656bb8f313bfcb696.tar.gz cpython-1d6af707cfac6406feb5c82656bb8f313bfcb696.tar.bz2 |
Revert my change on initsite(): don't change import site error handler in 3.1,
as I did for 2.6. But fix the other bugs :-)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -25,11 +25,6 @@ What's New in Python 3.1.2? Core and Builtins ----------------- -- Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt - (SIGINT). If an error occurs while importing the site module, the error is - printed and Python exits. Initialize the GIL before importing the site - module. - - Issue #7173: Generator finalization could invalidate sys.exc_info(). Library |