[Python-checkins] release: stop updating distutils version

benjamin.peterson python-checkins at python.org
Tue May 26 04:29:28 CEST 2015


https://hg.python.org/release/rev/ef78c3131416
changeset:   96:ef78c3131416
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon May 25 21:29:19 2015 -0500
summary:
  stop updating distutils version

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


diff --git a/release.py b/release.py
--- a/release.py
+++ b/release.py
@@ -138,11 +138,6 @@
 
     tweak_patchlevel(tag)
 
-    print('Updating Lib/distutils/__init__.py...', end=' ')
-    new = '__version__ = "%s"' % tag.text
-    constant_replace('Lib/distutils/__init__.py', new, '#', '')
-    print('done')
-
     extra_work = False
     other_files = ['README', 'Misc/NEWS']
     if tag.patch == 0 and tag.level == "a" and tag.serial == 0:

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


More information about the Python-checkins mailing list