[Python-checkins] distutils2: Remove obsolete comment

tarek.ziade python-checkins at python.org
Sun Aug 8 11:50:47 CEST 2010


tarek.ziade pushed bce5ffe93848 to distutils2:

http://hg.python.org/distutils2/rev/bce5ffe93848
changeset:   489:bce5ffe93848
parent:      480:06da7c8c1f66
user:        ?ric Araujo <merwok at netwok.org>
date:        Fri Aug 06 05:39:05 2010 +0200
summary:     Remove obsolete comment
files:       src/distutils2/dist.py

diff --git a/src/distutils2/dist.py b/src/distutils2/dist.py
--- a/src/distutils2/dist.py
+++ b/src/distutils2/dist.py
@@ -1004,13 +1004,8 @@
                 not self.has_ext_modules() and
                 not self.has_c_libraries())
 
-    # -- Metadata query methods ----------------------------------------
 
-    # If you're looking for 'get_name()', 'get_version()', and so forth,
-    # they are defined in a sneaky way: the constructor binds self.get_XXX
-    # to self.metadata.get_XXX.  The actual code is in the
-    # DistributionMetadata class, below.
-
+# XXX keep for compat or remove?
 
 def fix_help_options(options):
     """Convert a 4-tuple 'help_options' list as found in various command

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


More information about the Python-checkins mailing list