]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add some more Distutil changes
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 12 Mar 2003 14:28:21 +0000 (14:28 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 12 Mar 2003 14:28:21 +0000 (14:28 +0000)
Misc/NEWS

index f220152c0897ef93efd2bd93adcb5c2f713db955..9335010e86d557aed2241a747e515384762b3ab0 100644 (file)
--- 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