summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 851974b..2dbd2fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,14 +22,21 @@ Core and Builtins
- The --with-toolbox-glue option (and the associated pymactoolbox.h) have been
removed.
+- Issue #2196: hasattr now lets exceptions which do not inherit Exception
+ (KeyboardInterrupt, and SystemExit) propagate instead of ignoring them
+
Extension Modules
-----------------
+- Support for Windows9x has been removed from the winsound module.
+
Library
-------
- The statvfs module has been removed.
+- #1713041: fix pprint's handling of maximum depth.
+
- #2250: Exceptions raised during evaluation of names in rlcompleter's
``Completer.complete()`` method are now caught and ignored.