aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-04 22:37:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-04 22:37:14 -0400
commit476342be985a7478e13618b578d111f7781b108b (patch)
treecff6c12e81abca9242ec5877c15fdc33696609a9
parent2ef81e9e51106d228200737348d6646fe94ab435 (diff)
downloadexternal_python_setuptools-476342be985a7478e13618b578d111f7781b108b.tar.gz
external_python_setuptools-476342be985a7478e13618b578d111f7781b108b.tar.bz2
external_python_setuptools-476342be985a7478e13618b578d111f7781b108b.zip
Updated merge notes to reflect less invasive change (and regression). Thanks PJE for pointing out the flaw in my reasoning.
--HG-- branch : Setuptools-Distribute merge extra : source : 07d5668a8c0c09caf690c8f4f449eb46b4e45ab3
-rw-r--r--MERGE.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/MERGE.txt b/MERGE.txt
index 9cc94d3e..37e85d85 100644
--- a/MERGE.txt
+++ b/MERGE.txt
@@ -76,9 +76,7 @@ Minor Changes
* Wording of some output has changed to replace contractions with their
canonical form (i.e. prefer "could not" to "couldn't").
-* Manifest files are no longer written for .exe launchers. The
- Distribute-based script launchers are used and they launch Python as a
- subprocess, rather than loading the Python DLL in-process.
+* Manifest files are only written for 32-bit .exe launchers.
Differences from Distribute 0.6.36: