summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index af04ecf..eb40d97 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and builtins
- min() and max() now support key= arguments with the same meaning as in
list.sort().
+- The peephole optimizer now performs simple constant folding in expressions:
+ (2+3) --> (5).
+
Extension Modules
-----------------