Commit 57e2b311 authored by Jason R. Coombs's avatar Jason R. Coombs

Updated changelog entry to reference the pertinent issue.

parent 4041d1f4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment