summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c4904da..3c1ba7f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,9 @@ Library
- Bug #1531405, format_exception no longer raises an exception if
str(exception) raised an exception.
+- Fix a bug in the ``compiler`` package that caused invalid code to be
+ generated for nested functions.
+
Extension Modules
-----------------