diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -500,6 +500,7 @@ Barry Scott Steven Scott Nick Seidenman Fred Sells +Jiwon Seo Denis Severson Ha Shao Bruce Sherwood @@ -12,6 +12,8 @@ What's New in Python 2.4 alpha 1? Core and builtins ----------------- +- Implemented generator expressions (PEP 289). Coded by Jiwon Seo. + - Enabled the profiling of C extension functions (and builtins) - check new documentation and modified profiler and bdb modules for more details |