commit | 76d962d7007387914f7ea52ec659045f9b536dfa | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Jul 16 12:16:48 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Jul 16 12:16:48 2004 +0000 |
tree | a6f01d96b13b8aac134d9cbc6fe2e45f6b835581 | |
parent | 11d9b0628396749eaf9bc7f8a0e37f0cd46d75bf [diff] [blame] |
Treat None as a constant.
diff --git a/Misc/NEWS b/Misc/NEWS index 1619d06..151d3bf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,8 @@ - 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 -----------------