diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-25 21:27:33 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-25 21:27:33 -0400 |
| commit | 57e2b3119270044162edf4263b4ec7ea1e2adca9 (patch) | |
| tree | 74716b1093da254655bbb6089e1d0ef73c7de010 | |
| parent | 4041d1f4667aa4bd7f7373ff7cc626b0d9f5d10c (diff) | |
| download | python-setuptools-git-57e2b3119270044162edf4263b4ec7ea1e2adca9.tar.gz | |
Updated changelog entry to reference the pertinent issue.
| -rw-r--r-- | CHANGES.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b95b7102..70c0ffd6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,14 +13,14 @@ CHANGES 1.0 --- -* On Windows, Setuptools supports deferring to Vinay Sajip's `pylauncher - <https://bitbucket.org/pypa/pylauncher>`_ (included with Python 3.3) to - launch console and GUI scripts and not install its own launcher - executables. This experimental functionality is currently only enabled if - the ``SETUPTOOLS_LAUNCHER`` environment variable is set to "natural". - In the future, this behavior may become default, but only after it has - matured and seen substantial adoption. The ``SETUPTOOLS_LAUNCHER`` also - accepts "executable" to force the default behavior of creating launcher +* Issue #60: On Windows, Setuptools supports deferring to another launcher, + such as Vinay Sajip's `pylauncher <https://bitbucket.org/pypa/pylauncher>`_ + (included with Python 3.3) to launch console and GUI scripts and not install + its own launcher executables. This experimental functionality is currently + only enabled if the ``SETUPTOOLS_LAUNCHER`` environment variable is set to + "natural". In the future, this behavior may become default, but only after + it has matured and seen substantial adoption. The ``SETUPTOOLS_LAUNCHER`` + also accepts "executable" to force the default behavior of creating launcher executables. * Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or wget for retrieving the Setuptools tarball for improved security of the |
