summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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)
commitdf55334d52ba297e8bba4fd267fde68f48256e1c (patch)
tree69fcd08edcf7e20a01cb663dc06b6ab9542d3778 /Misc
parentff9b5c76ab1d087aa1f4e88db42fcce0f67a81a6 (diff)
parentfa6cfbc4f73100714bca79280d51836f2bac4bdc (diff)
downloadcpython-df55334d52ba297e8bba4fd267fde68f48256e1c.zip
cpython-df55334d52ba297e8bba4fd267fde68f48256e1c.tar.gz
cpython-df55334d52ba297e8bba4fd267fde68f48256e1c.tar.bz2
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 900fae7..de5410c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -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
diff --git a/Misc/NEWS b/Misc/NEWS
index dd7dede..f2d3ffe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.