summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2003-12-05 20:28:07 +0000
committerThomas Heller <theller@ctypes.org>2003-12-05 20:28:07 +0000
commitafdb9c5308fc6df413269465597e7d7776bee5ad (patch)
tree8b77c52d192ebc50ee11f876c8fe9f43728773a1 /Misc
parent17bed6eda40a9f371f2eb67f8b28fe2fd90b0f51 (diff)
downloadcpython-afdb9c5308fc6df413269465597e7d7776bee5ad.tar.gz
distutils compilers now compile source files in the same order as they
are passed to the compiler.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f57728f0d..af61c4ebb8 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.