diff options
author | Raymond Hettinger <python@rcn.com> | 2004-07-16 12:16:48 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-07-16 12:16:48 (GMT) |
commit | 76d962d7007387914f7ea52ec659045f9b536dfa (patch) | |
tree | a6f01d96b13b8aac134d9cbc6fe2e45f6b835581 /Misc | |
parent | 11d9b0628396749eaf9bc7f8a0e37f0cd46d75bf (diff) | |
download | cpython-76d962d7007387914f7ea52ec659045f9b536dfa.zip cpython-76d962d7007387914f7ea52ec659045f9b536dfa.tar.gz cpython-76d962d7007387914f7ea52ec659045f9b536dfa.tar.bz2 |
Treat None as a constant.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----------------- |