[Python-checkins] cpython: Add whatsnew entry for issue #5309.

berker.peksag python-checkins at python.org
Tue Jan 27 01:58:55 CET 2015


https://hg.python.org/cpython/rev/107669985805
changeset:   94331:107669985805
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Jan 27 02:59:09 2015 +0200
summary:
  Add whatsnew entry for issue #5309.

files:
  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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -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
 -------
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list