changeset: 94331:107669985805 user: Berker Peksag date: Tue Jan 27 02:59:09 2015 +0200 files: Doc/whatsnew/3.5.rst description: Add whatsnew entry for issue #5309. diff -r 8cb151ff1575 -r 107669985805 Doc/whatsnew/3.5.rst --- a/Doc/whatsnew/3.5.rst Tue Jan 27 02:52:40 2015 +0200 +++ b/Doc/whatsnew/3.5.rst Tue Jan 27 02:59:09 2015 +0200 @@ -159,6 +159,13 @@ 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 -------