[Python-checkins] distutils2: Automated merge with ssh://hg at bitbucket.org/mtlpython/distutils2

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


tarek.ziade pushed daeecc30870d to distutils2:

http://hg.python.org/distutils2/rev/daeecc30870d
changeset:   391:daeecc30870d
parent:      389:611d144bff64
parent:      390:9830198e7d24
user:        Yannick Gingras <ygingras at ygingras.net>
date:        Thu Jul 29 21:46:33 2010 -0400
summary:     Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2
files:       

diff --git a/src/distutils2/dist.py b/src/distutils2/dist.py
--- a/src/distutils2/dist.py
+++ b/src/distutils2/dist.py
@@ -152,10 +152,6 @@
         # object in a sneaky and underhanded (but efficient!) way.
         self.metadata = DistributionMetadata()
 
-        #for basename in self.metadata._METHOD_BASENAMES:
-        #    method_name = "get_" + basename
-        #    setattr(self, method_name, getattr(self.metadata, method_name))
-
         # 'cmdclass' maps command names to class objects, so we
         # can 1) quickly figure out which class to instantiate when
         # we need to create a new command object, and 2) have a way

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


More information about the Python-checkins mailing list