]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
distutils compilers now compile source files in the same order as they
authorThomas Heller <theller@ctypes.org>
Fri, 5 Dec 2003 20:28:07 +0000 (20:28 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 5 Dec 2003 20:28:07 +0000 (20:28 +0000)
are passed to the compiler.

Misc/NEWS

index 9f57728f0db6fc318bef87420df7f1193cfcbd08..af61c4ebb87d5af64b4e53bce4764ea228908235 100644 (file)
--- 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.