From 39511d330ac52d1080b0878086d4adfd23a8e4df Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Tue, 26 Mar 2002 10:31:36 +0000 Subject: A stab at NEWS. --- Misc/NEWS | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index d35e284..0587698 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,10 +1,13 @@ What's New in Python 2.2.1c2? -Release date: ??? +Release date: 26-Mar-2002 ============================= +There were a bunch of mostly minor fixes between 2.2.1c1 and 2.2.1c2, +including: + Core and builtins -Extension modules +- The floating point behavoiur fix-up continued into complex_pow. Library @@ -12,7 +15,16 @@ Library occur when flattening multipart/* messages with zero or one (scalar) attachment. -Tools +- Support for https: urls in httplib was broken (by the sendall patch + mentioned below). + +- Minor bugs in the calendar module were fixed. + +- A few minor bugs in pydoc were fixed (better url recognition, proper + quoting of some elements). + +- Some distutils commands didn't list all their "boolean options" + which made overriding them from .cfg files not work. What's New in Python 2.2.1c1? -- cgit v0.12