]> granicus.if.org Git - python/commitdiff
Add whatsnew entry for issue #5309.
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 27 Jan 2015 00:59:09 +0000 (02:59 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 27 Jan 2015 00:59:09 +0000 (02:59 +0200)
Doc/whatsnew/3.5.rst

index 453433de30854cdca7058e257251075ae38417f8..98e421d9df3ab9465f2f158d35aad61a51e6e781 100644 (file)
@@ -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
 -------