diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |