[Python-checkins] r72411 - sandbox/trunk/release/release.py

benjamin.peterson python-checkins at python.org
Wed May 6 22:43:26 CEST 2009


Author: benjamin.peterson
Date: Wed May  6 22:43:25 2009
New Revision: 72411

Log:
RELNOTES is dead

Modified:
   sandbox/trunk/release/release.py

Modified: sandbox/trunk/release/release.py
==============================================================================
--- sandbox/trunk/release/release.py	(original)
+++ sandbox/trunk/release/release.py	Wed May  6 22:43:25 2009
@@ -179,8 +179,6 @@
             'LICENSE',
             'Doc/license.rst',
             ]
-    if tag.major == 3:
-        other_files.append('RELNOTES')
     print '\nManual editing time...'
     for fn in other_files:
         print 'Edit %s' % fn


More information about the Python-checkins mailing list