mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
add some notes about recent checkins
This commit is contained in:
parent
b6570f51c5
commit
fed9b3ece3
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 1?
|
||||||
Core and builtins
|
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.
|
- 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))
|
The following code now raises a SyntaxError: foo(a = i for i in range(10))
|
||||||
|
|
||||||
|
@ -165,6 +169,8 @@ Core and builtins
|
||||||
Extension Modules
|
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,
|
- Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,
|
||||||
but Python incorrectly assumes it is in UTF-8 format
|
but Python incorrectly assumes it is in UTF-8 format
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue