mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue