summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-07-16 12:16:48 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-07-16 12:16:48 (GMT)
commit76d962d7007387914f7ea52ec659045f9b536dfa (patch)
treea6f01d96b13b8aac134d9cbc6fe2e45f6b835581 /Misc
parent11d9b0628396749eaf9bc7f8a0e37f0cd46d75bf (diff)
downloadcpython-76d962d7007387914f7ea52ec659045f9b536dfa.zip
cpython-76d962d7007387914f7ea52ec659045f9b536dfa.tar.gz
cpython-76d962d7007387914f7ea52ec659045f9b536dfa.tar.bz2
Treat None as a constant.
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
-----------------