aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2007-01-24 21:00:55 +0000
committerPJ Eby <distutils-sig@python.org>2007-01-24 21:00:55 +0000
commit6dbe235a605c0c2f9a28aafb033ae7e983c82678 (patch)
tree19943a60bbfa40973f77ed9fb571b520a5bba552 /setuptools.txt
parent2dd7ed9ccf64f5136c0e6fc8f9bd8216fde53cf2 (diff)
downloadexternal_python_setuptools-6dbe235a605c0c2f9a28aafb033ae7e983c82678.tar.gz
external_python_setuptools-6dbe235a605c0c2f9a28aafb033ae7e983c82678.tar.bz2
external_python_setuptools-6dbe235a605c0c2f9a28aafb033ae7e983c82678.zip
Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when there
was whitespace inside a quoted argument or at the end of the ``#!`` line (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053548
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt
index 22271f62..795cac3a 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -2606,6 +2606,10 @@ Release Notes/Change History
* Fix "eggsecutables" (such as setuptools' own egg) only being runnable with
bash-compatible shells.
+ * Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when there
+ was whitespace inside a quoted argument or at the end of the ``#!`` line
+ (a regression introduced in 0.6c4).
+
0.6c5
* Fix uploaded ``bdist_rpm`` packages being described as ``bdist_egg``
packages under Python versions less than 2.5.