diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-21 06:32:02 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-10-21 06:32:02 (GMT) |
commit | fed9b3ece3062b28e4f977194cb28cad62cee0bd (patch) | |
tree | 0667a06a770f054e72dd4dced6950135286a8620 /Misc | |
parent | b6570f51c5c5c6c61800de36de5837a22bfb7500 (diff) | |
download | cpython-fed9b3ece3062b28e4f977194cb28cad62cee0bd.zip cpython-fed9b3ece3062b28e4f977194cb28cad62cee0bd.tar.gz cpython-fed9b3ece3062b28e4f977194cb28cad62cee0bd.tar.bz2 |
add some notes about recent checkins
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 1? Core and builtins ----------------- +- Speed up some Unicode operations. + +- A new AST parser implementation was completed. + - SF bug #1167751: fix incorrect code being for generator expressions. The following code now raises a SyntaxError: foo(a = i for i in range(10)) @@ -165,6 +169,8 @@ Core and builtins Extension Modules ----------------- +- Get bsddb module to build with BSD DB version 3.2 + - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, but Python incorrectly assumes it is in UTF-8 format |