summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-03-21 21:57:42 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-03-21 21:57:42 (GMT)
commit1d6af707cfac6406feb5c82656bb8f313bfcb696 (patch)
tree8d991ca2e933414b6e449f5e658208338cd4d1fe /Misc
parentffbc2f63e1ae5356e03f8b0cbf606616c311862e (diff)
downloadcpython-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/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3e6cf26..9d42ce6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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