summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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