diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |