From: Thomas Heller Date: Fri, 5 Dec 2003 20:28:07 +0000 (+0000) Subject: distutils compilers now compile source files in the same order as they X-Git-Tag: v2.4a1~1142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7501d52ef2b55ff0b005d09e76ab31070fcb3a1;p=thirdparty%2FPython%2Fcpython.git distutils compilers now compile source files in the same order as they are passed to the compiler. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9f57728f0db6..af61c4ebb87d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -173,6 +173,9 @@ Extension modules Library ------- +- distutils compilers now compile source files in the same order as + they are passed to the compiler. + - pprint.pprint() and pprint.pformat() now have additional parameters indent, width and depth.