[Python-checkins] distutils2: Remove obsolete comment forgotten in 9830198e7d24

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


tarek.ziade pushed 28671dbbf3d0 to distutils2:

http://hg.python.org/distutils2/rev/28671dbbf3d0
changeset:   394:28671dbbf3d0
user:        ?ric Araujo <merwok at netwok.org>
date:        Fri Jul 30 07:16:43 2010 +0200
summary:     Remove obsolete comment forgotten in 9830198e7d24
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
@@ -148,8 +148,7 @@
         # Store the distribution meta-data (name, version, author, and so
         # forth) in a separate object -- we're getting to have enough
         # information here (and enough command-line options) that it's
-        # worth it.  Also delegate 'get_XXX()' methods to the 'metadata'
-        # object in a sneaky and underhanded (but efficient!) way.
+        # worth it.
         self.metadata = DistributionMetadata()
 
         # 'cmdclass' maps command names to class objects, so we

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


More information about the Python-checkins mailing list