diff options
author | Thomas Heller <theller@ctypes.org> | 2003-12-05 20:28:07 +0000 |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2003-12-05 20:28:07 +0000 |
commit | afdb9c5308fc6df413269465597e7d7776bee5ad (patch) | |
tree | 8b77c52d192ebc50ee11f876c8fe9f43728773a1 /Misc | |
parent | 17bed6eda40a9f371f2eb67f8b28fe2fd90b0f51 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |