[Python-checkins] r46145 - sandbox/branches/setuptools-0.6/EasyInstall.txt

phillip.eby python-checkins at python.org
Tue May 23 21:12:45 CEST 2006


Author: phillip.eby
Date: Tue May 23 21:12:45 2006
New Revision: 46145

Modified:
   sandbox/branches/setuptools-0.6/EasyInstall.txt
Log:
Oops; doc needs to go under 0.6b2, not 0.6b1


Modified: sandbox/branches/setuptools-0.6/EasyInstall.txt
==============================================================================
--- sandbox/branches/setuptools-0.6/EasyInstall.txt	(original)
+++ sandbox/branches/setuptools-0.6/EasyInstall.txt	Tue May 23 21:12:45 2006
@@ -1095,6 +1095,11 @@
 Release Notes/Change History
 ============================
 
+0.6b2
+ * Don't install or update a ``site.py`` patch when installing to a
+   ``PYTHONPATH`` directory with ``--multi-version``, unless an
+   ``easy-install.pth`` file is already in use there.
+
 0.6b1
  * Better ambiguity management: accept ``#egg`` name/version even if processing
    what appears to be a correctly-named distutils file, and ignore ``.egg``
@@ -1111,10 +1116,6 @@
 
  * Ignore bdist_dumb distributions when looking at download URLs.
 
- * Don't install or update a ``site.py`` patch when installing to a
-   ``PYTHONPATH`` directory with ``--multi-version``, unless an
-   ``easy-install.pth`` file is already in use there.
-
 0.6a11
  * Process ``dependency_links.txt`` if found in a distribution, by adding the
    URLs to the list for scanning.


More information about the Python-checkins mailing list