diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-01-27 00:59:09 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-01-27 00:59:09 (GMT) |
commit | 618e315f9399fe7497e8ba139b9ef7e03357cdb4 (patch) | |
tree | 377bd9d3f96fd4f7c4a6022fce77d3c453a3ee60 | |
parent | b820d0defc620513a13ce4074cf56c2886004d8c (diff) | |
download | cpython-618e315f9399fe7497e8ba139b9ef7e03357cdb4.zip cpython-618e315f9399fe7497e8ba139b9ef7e03357cdb4.tar.gz cpython-618e315f9399fe7497e8ba139b9ef7e03357cdb4.tar.bz2 |
Add whatsnew entry for issue #5309.
-rw-r--r-- | Doc/whatsnew/3.5.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 453433d..98e421d 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -159,6 +159,13 @@ contextlib don't provide any options to redirect it. (Contributed by Berker Peksag in :issue:`22389`.) +distutils +--------- + +* The ``build`` and ``build_ext`` commands now accept a ``-j`` + option to enable parallel building of extension modules. + (Contributed by Antoine Pitrou in :issue:`5309`.) + doctest ------- |