diff options
author | Thomas Heller <theller@ctypes.org> | 2003-12-05 20:28:07 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2003-12-05 20:28:07 (GMT) |
commit | c7501d52ef2b55ff0b005d09e76ab31070fcb3a1 (patch) | |
tree | 742040c070a5527564e58ef1d228bda76c42b92e /Misc | |
parent | 9436a75e4dfdae297c20be36ab3e65c5ab7ab1a4 (diff) | |
download | cpython-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/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. |