summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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.