From: Neal Norwitz Date: Fri, 21 Oct 2005 06:32:02 +0000 (+0000) Subject: add some notes about recent checkins X-Git-Tag: v2.5a0~1262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed9b3ece3062b28e4f977194cb28cad62cee0bd;p=thirdparty%2FPython%2Fcpython.git add some notes about recent checkins --- diff --git a/Misc/NEWS b/Misc/NEWS index c1f08e8d5827..05ca0fd06910 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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