[Python-checkins] distutils2: Fix incorrect docstring

eric.araujo python-checkins at python.org
Wed May 16 07:07:26 CEST 2012


http://hg.python.org/distutils2/rev/852995484bfb
changeset:   1319:852995484bfb
user:        Éric Araujo <merwok at netwok.org>
date:        Sat May 12 14:49:09 2012 -0400
summary:
  Fix incorrect docstring

files:
  distutils2/install.py |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/distutils2/install.py b/distutils2/install.py
--- a/distutils2/install.py
+++ b/distutils2/install.py
@@ -110,7 +110,9 @@
 
 
 def install_local_project(path):
-    """Install a distribution from a source directory.
+    """Install a distribution from a source directory or archive.
+
+    If *path* is an archive, it will be unarchived first.
 
     If the source directory contains a setup.py install using distutils1.
     If a setup.cfg is found, install using the install_dist command.

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list