diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-18 02:28:14 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-18 02:28:14 +0000 |
commit | 89ff5b184629d1bafd55342ad5eeb1dccc4b2956 (patch) | |
tree | 9230bf6807ca6ea5ebe1917ba1d6378e72986d36 /setuptools.txt | |
parent | f7288a7f76db04584c4fbb43d86adfda29285e90 (diff) | |
download | external_python_setuptools-89ff5b184629d1bafd55342ad5eeb1dccc4b2956.tar.gz external_python_setuptools-89ff5b184629d1bafd55342ad5eeb1dccc4b2956.tar.bz2 external_python_setuptools-89ff5b184629d1bafd55342ad5eeb1dccc4b2956.zip |
Catch a few missed terminology changes.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041137
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools.txt b/setuptools.txt index 6834615c..bc6747c8 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1419,7 +1419,7 @@ Release Notes/Change History * Distribution objects no longer have an ``installed_on()`` method, and the ``install_on()`` method is now ``activate()`` (but may go away altogether - soon). + soon). The ``depends()`` method has also been renamed to ``requires()``. * ``find_distributions()`` now takes an additional argument called ``only``, that tells it to only yield distributions whose location is the passed-in |