From: Andrew M. Kuchling Date: Wed, 12 Mar 2003 14:28:21 +0000 (+0000) Subject: Add some more Distutil changes X-Git-Tag: v2.2.3c1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=903eff49aba51db2d0047433385cf7ff020f0008;p=thirdparty%2FPython%2Fcpython.git Add some more Distutil changes --- diff --git a/Misc/NEWS b/Misc/NEWS index f220152c0897..9335010e86d5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -101,6 +101,15 @@ Release date: XX-XXX-2003 - SF #649762, fix infinite loop in asynchat when null string used as terminator +- SF #570655, fix misleading option text for bdist_rpm + +- Distutils: Allow unknown keyword arguments to the setup() function + and the Extension constructor, printing a warning about them instead + of reporting an error and stopping. + +- Distutils: Translate spaces in the machine name to underscores + (Power Macintosh -> Power_Macintosh) + What's New in Python 2.2.2 (final) ? Release date: 14-Oct-2002