From 903eff49aba51db2d0047433385cf7ff020f0008 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 12 Mar 2003 14:28:21 +0000 Subject: [PATCH] Add some more Distutil changes --- Misc/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.47.3