diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-08-15 15:47:25 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-08-15 15:47:25 (GMT) |
commit | 907229af8702485817946bf82b172f6136bb6217 (patch) | |
tree | 0b828aa639980345214f269d47c7fc8762b19d57 /Misc | |
parent | d17f2197594e0c1249e020c0126e881726a4531a (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? ================================= |