summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-08-15 15:47:25 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-08-15 15:47:25 (GMT)
commit907229af8702485817946bf82b172f6136bb6217 (patch)
tree0b828aa639980345214f269d47c7fc8762b19d57 /Misc
parentd17f2197594e0c1249e020c0126e881726a4531a (diff)
downloadcpython-907229af8702485817946bf82b172f6136bb6217.zip
cpython-907229af8702485817946bf82b172f6136bb6217.tar.gz
cpython-907229af8702485817946bf82b172f6136bb6217.tar.bz2
Don't run pgen twice when using make -j.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 26a1925..9ad66f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -215,6 +215,11 @@ Tests
- Issue #8687: provide a test suite for sched.py module.
+Build
+-----
+
+- Don't run pgen twice when using make -j.
+
What's New in Python 3.2 Alpha 1?
=================================