summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-10-27 09:44:07 +0100
committertarek <none@none>2009-10-27 09:44:07 +0100
commit6ef67c96970c10cc7cb5d4c4093abc40817fa2ba (patch)
tree752132891e589e019e51cf0bf8dc69794f90e836 /CHANGES.txt
parent9d29ae853126d08c8779e7e158905ae263d6f52a (diff)
downloadpython-setuptools-git-6ef67c96970c10cc7cb5d4c4093abc40817fa2ba.tar.gz
Generated scripts now wraps their call in a __main__ section. Fixes #11
--HG-- branch : distribute extra : rebase_source : d69b879d01ca2690826cdf9b7541e541ae8e0f5a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f74ea93b..935d4db8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,8 @@ CHANGES
0.6.7
-----
+* Issue 11: Generated scripts now wrap their call to the script entry point
+ in the standard "if name == 'main'"
* Added the 'DONT_PATCH_SETUPTOOLS' environment variable, so virtualenv
can drive an installation that doesn't patch a global setuptools.
* Reviewed unladen-swallow specific change from
@@ -38,7 +40,7 @@ CHANGES
* Issue 65: cli.exe and gui.exe are now generated at build time,
depending on the platform in use.
-* Issue 67: Fixed doc typo (PEP 381/382)
+* Issue 67: Fixed doc typo (PEP 381/382)
* Distribute no longer shadows setuptools if we require a 0.7-series
setuptools. And an error is raised when installing a 0.7 setuptools with
@@ -122,7 +124,7 @@ setuptools
This closes http://bitbucket.org/tarek/distribute/issue/16 and
http://bitbucket.org/tarek/distribute/issue/18.
-* zip_ok is now False by default. This closes
+* zip_ok is now False by default. This closes
http://bugs.python.org/setuptools/issue33.
* Fixed invalid URL error catching. http://bugs.python.org/setuptools/issue20.