Add 3.2b1.

This commit is contained in:
Martin v. Löwis 2010-10-11 22:38:01 +00:00
parent 1c71b2af1a
commit e8930228c7
1 changed files with 17 additions and 2 deletions

View File

@ -2,6 +2,23 @@
Python News
+++++++++++
What's New in Python 3.2 Beta 1?
=================================
*Release date: XX-XXX-2010*
Core and Builtins
-----------------
Library
-------
- Issue #9948: Fixed problem of losing filename case information.
Extensions
----------
What's New in Python 3.2 Alpha 3?
=================================
@ -92,8 +109,6 @@ Core and Builtins
Library
-------
- Issue #9948: Fixed problem of losing filename case information.
- Issue #9437: Fix building C extensions with non-default LDFLAGS.
- Issue #4661: email can now parse bytes input and generate either converted