summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1619d06..151d3bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Core and builtins
- Added C macros Py_CLEAR and Py_VISIT to ease the implementation of
types that support garbage collection.
+- Compiler now treats None as a constant.
+
Extension modules
-----------------