summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-02-27 23:24:48 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-02-27 23:24:48 (GMT)
commit0023a2f858e62ad364156c008a3f79d6ae32d1c8 (patch)
tree0b780988a6d4a789dd0820e707ecb7a0df26fd4e /Misc
parent1d519e4625ad5ea910617413687f13b765f32e99 (diff)
downloadcpython-0023a2f858e62ad364156c008a3f79d6ae32d1c8.zip
cpython-0023a2f858e62ad364156c008a3f79d6ae32d1c8.tar.gz
cpython-0023a2f858e62ad364156c008a3f79d6ae32d1c8.tar.bz2
Finish removal of CO_GENERATOR_ALLOWED.
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 6738809..4e16038 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- CO_GENERATOR_ALLOWED is no longer defined, this behavior is the default.
+ The name was removed from Include/code.h.
+
- PEP 308: conditional expressions were added (x if cond else y).
- Patch 1433928: