[Python-checkins] distutils2: Removing useless print message in the distutils->d2 setup.py script.

tarek.ziade python-checkins at python.org
Wed Feb 16 22:23:55 CET 2011


tarek.ziade pushed 16a91e49164c to distutils2:

http://hg.python.org/distutils2/rev/16a91e49164c
changeset:   990:16a91e49164c
user:        Julien Miotte <miotte.julien at gmail.com>
date:        Mon Jan 31 17:33:28 2011 +0100
summary:
  Removing useless print message in the distutils->d2 setup.py script.

files:
  distutils2/util.py

diff --git a/distutils2/util.py b/distutils2/util.py
--- a/distutils2/util.py
+++ b/distutils2/util.py
@@ -1128,7 +1128,6 @@
             # There is no such option in the setup.cfg
             if arg == "long_description":
                 filename = has_get_option(config, section, "description_file")
-                print "We have a filename", filename
                 if filename:
                     in_cfg_value = open(filename).read()
             else:

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


More information about the Python-checkins mailing list