diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-03 19:11:48 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-03 19:11:48 (GMT) |
commit | 57ab4411c3ec2e4459ab2fad362e78f0b82617b0 (patch) | |
tree | 3e4dbedddeb6f78633986b87f324f748f6abbc2e /Misc | |
parent | a75c10526f178e3b570da95454d52220e7870ea6 (diff) | |
download | cpython-57ab4411c3ec2e4459ab2fad362e78f0b82617b0.zip cpython-57ab4411c3ec2e4459ab2fad362e78f0b82617b0.tar.gz cpython-57ab4411c3ec2e4459ab2fad362e78f0b82617b0.tar.bz2 |
Merged revisions 84068,87558 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84068 | martin.v.loewis | 2010-08-15 17:47:25 +0200 (dim., 15 août 2010) | 2 lines
Don't run pgen twice when using make -j.
........
r87558 | victor.stinner | 2010-12-29 00:14:17 +0100 (mer., 29 déc. 2010) | 1 line
Don't ignore pgen error (on "make Parser/pgen.stamp")
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -167,6 +167,8 @@ Library Build ----- +- Don't run pgen twice when using make -j. + - Backport r83399 to allow test_distutils to pass on installed versions. - Issue #1303434: Generate ZIP file containing all PDBs (already done for rc1). |