summaryrefslogtreecommitdiff
path: root/src/distutils2/command
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2010-08-07 18:01:14 +0200
committer?ric Araujo <merwok@netwok.org>2010-08-07 18:01:14 +0200
commit584772883f408bef1e52a9e255ca3d4972dfb286 (patch)
tree03a2992acf3a7a39869b6af4e2377c4a57fdee07 /src/distutils2/command
parentd217586639ad94cb0c8b1afabbf57f0d7cf60070 (diff)
downloaddisutils2-584772883f408bef1e52a9e255ca3d4972dfb286.tar.gz
Add a comment about one ambiguity in PEP 376, remove obsolete comment
Diffstat (limited to 'src/distutils2/command')
-rw-r--r--src/distutils2/command/install_distinfo.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/distutils2/command/install_distinfo.py b/src/distutils2/command/install_distinfo.py
index 498e26c..3f49848 100644
--- a/src/distutils2/command/install_distinfo.py
+++ b/src/distutils2/command/install_distinfo.py
@@ -62,6 +62,8 @@ class install_distinfo(Command):
('install_dir', 'distinfo_dir'))
if self.installer is None:
+ # FIXME distutils or distutils2?
+ # + document default in the option help text above and in install
self.installer = 'distutils'
if self.requested is None:
self.requested = True
@@ -144,10 +146,7 @@ class install_distinfo(Command):
return self.outputs
-# The following routines are taken from setuptools' pkg_resources module and
-# can be replaced by importing them from pkg_resources once it is included
-# in the stdlib.
-
+# The following functions are taken from setuptools' pkg_resources module.
def safe_name(name):
"""Convert an arbitrary string to a standard distribution name