[Python-checkins] release: update print statement

benjamin.peterson python-checkins at python.org
Mon Jan 20 21:09:25 CET 2014


http://hg.python.org/release/rev/a6c570a7ac8f
changeset:   69:a6c570a7ac8f
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jan 20 15:06:09 2014 -0500
summary:
  update print statement

files:
  release.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/release.py b/release.py
--- a/release.py
+++ b/release.py
@@ -270,7 +270,7 @@
                     os.utime(name, None)
 
             # Remove files we don't want to ship in tarballs.
-            print('Removing VCS .*ignore, .hg*, and the hgtouch.pyc we JUST CREATED')
+            print('Removing VCS .*ignore, .hg*')
             for name in ('.hgignore', '.hgeol', '.hgtags', '.hgtouch',
                          '.bzrignore', '.gitignore'):
                 try:

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


More information about the Python-checkins mailing list