mirror of https://github.com/python/cpython
distutils compilers now compile source files in the same order as they
are passed to the compiler.
This commit is contained in:
parent
9436a75e4d
commit
c7501d52ef
|
@ -173,6 +173,9 @@ Extension modules
|
||||||
Library
|
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
|
- pprint.pprint() and pprint.pformat() now have additional parameters
|
||||||
indent, width and depth.
|
indent, width and depth.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue