summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2003-12-05 20:28:07 (GMT)
committerThomas Heller <theller@ctypes.org>2003-12-05 20:28:07 (GMT)
commitc7501d52ef2b55ff0b005d09e76ab31070fcb3a1 (patch)
tree742040c070a5527564e58ef1d228bda76c42b92e /Misc
parent9436a75e4dfdae297c20be36ab3e65c5ab7ab1a4 (diff)
downloadcpython-c7501d52ef2b55ff0b005d09e76ab31070fcb3a1.zip
cpython-c7501d52ef2b55ff0b005d09e76ab31070fcb3a1.tar.gz
cpython-c7501d52ef2b55ff0b005d09e76ab31070fcb3a1.tar.bz2
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 9f57728..af61c4e 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.