diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-10-11 22:38:01 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-10-11 22:38:01 (GMT) |
commit | e8930228c7482d39faf24f4a805c37ff7ca9223a (patch) | |
tree | 2cb69164979c3fca5e87c582ead792109de2edb5 | |
parent | 1c71b2af1ac8fbba22d5491da9f89e7ef184ccbc (diff) | |
download | cpython-e8930228c7482d39faf24f4a805c37ff7ca9223a.zip cpython-e8930228c7482d39faf24f4a805c37ff7ca9223a.tar.gz cpython-e8930228c7482d39faf24f4a805c37ff7ca9223a.tar.bz2 |
Add 3.2b1.
-rw-r--r-- | Misc/NEWS | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -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 |