From e8930228c7482d39faf24f4a805c37ff7ca9223a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 11 Oct 2010 22:38:01 +0000 Subject: [PATCH] Add 3.2b1. --- Misc/NEWS | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 57cc97f2f2..b2012f0e68 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 -- 2.49.0