Skip to content

Commit

Permalink
add some notes about recent checkins
Browse files Browse the repository at this point in the history
  • Loading branch information
nnorwitz committed Oct 21, 2005
1 parent b6570f5 commit fed9b3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit fed9b3e

Please sign in to comment.