distutils compilers now compile source files in the same order as they

are passed to the compiler.
This commit is contained in:
Thomas Heller 2003-12-05 20:28:07 +00:00
parent 9436a75e4d
commit c7501d52ef
1 changed files with 3 additions and 0 deletions

View File

@ -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.