diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-10 16:34:45 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-10 16:34:45 (GMT) |
commit | df55334d52ba297e8bba4fd267fde68f48256e1c (patch) | |
tree | 69fcd08edcf7e20a01cb663dc06b6ab9542d3778 /Misc | |
parent | ff9b5c76ab1d087aa1f4e88db42fcce0f67a81a6 (diff) | |
parent | fa6cfbc4f73100714bca79280d51836f2bac4bdc (diff) | |
download | cpython-df55334d52ba297e8bba4fd267fde68f48256e1c.zip cpython-df55334d52ba297e8bba4fd267fde68f48256e1c.tar.gz cpython-df55334d52ba297e8bba4fd267fde68f48256e1c.tar.bz2 |
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -550,6 +550,7 @@ Joerg Lehmann Robert Lehmann Petri Lehtinen Luke Kenneth Casson Leighton +Tshepang Lekhonkhobe Marc-Andre Lemburg John Lenton Christopher Tur Lesniewski-Laas @@ -187,6 +187,10 @@ Core and Builtins Library ------- +- Issue #12246: Warn and fail when trying to install a third-party project from + an uninstalled Python (built in a source checkout). Original patch by + Tshepang Lekhonkhobe. + - Issue #10694: zipfile now ignores garbage at the end of a zipfile. - Issue #12283: Fixed regression in smtplib quoting of leading dots in DATA. |