From: Michael W. Hudson Date: Tue, 26 Mar 2002 10:31:36 +0000 (+0000) Subject: A stab at NEWS. X-Git-Tag: v2.2.1c2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39511d330ac52d1080b0878086d4adfd23a8e4df;p=thirdparty%2FPython%2Fcpython.git A stab at NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index d35e284ec578..05876989ec60 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?