summaryrefslogtreecommitdiff
path: root/EasyInstall.txt
diff options
context:
space:
mode:
Diffstat (limited to 'EasyInstall.txt')
-rwxr-xr-xEasyInstall.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index e4ce4265..1a2b5fc5 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -685,6 +685,11 @@ Known Issues
OS X upgrades (such as 10.4.1 to 10.4.2) do not cause eggs built with a
previous OS version to become obsolete.
+ * easy_install's dependency processing algorithms have changed. When using
+ ``--always-copy``, it now ensures that dependencies are copied too. When
+ not using ``--always-copy``, it tries to use a single resolution loop,
+ rather than recursing.
+
* Fixed installing extra ``.pyc`` or ``.pyo`` files for scripts with ``.py``
extensions.