Mailing List Archive

CVS: python/dist/src/Misc NEWS,1.337.2.4.2.9,1.337.2.4.2.10
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv28401/Misc

Modified Files:
Tag: release22-maint
NEWS
Log Message:
A stab at NEWS.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.9
retrieving revision 1.337.2.4.2.10
diff -C2 -d -r1.337.2.4.2.9 -r1.337.2.4.2.10
*** NEWS 22 Mar 2002 16:41:18 -0000 1.337.2.4.2.9
--- NEWS 26 Mar 2002 10:31:36 -0000 1.337.2.4.2.10
***************
*** 1,9 ****
What's New in Python 2.2.1c2?
! Release date: ???
=============================

Core and builtins

! Extension modules

Library
--- 1,12 ----
What's New in Python 2.2.1c2?
! 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

! - The floating point behavoiur fix-up continued into complex_pow.

Library
***************
*** 13,17 ****
attachment.

! Tools


--- 16,29 ----
attachment.

! - 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.