From: Berker Peksag Date: Tue, 27 Jan 2015 00:59:09 +0000 (+0200) Subject: Add whatsnew entry for issue #5309. X-Git-Tag: v3.5.0a1~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=618e315f9399fe7497e8ba139b9ef7e03357cdb4;p=python Add whatsnew entry for issue #5309. --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 453433de30..98e421d9df 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 -------