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

benjamin.peterson python-checkins at python.org
Tue Jun 16 02:19:11 CEST 2009


Author: benjamin.peterson
Date: Tue Jun 16 02:19:11 2009
New Revision: 73438

Log:
switch back to a captial "P" for source tarballs

There is a long historical precedent to this I shouldn't violate.


Modified:
   sandbox/trunk/release/release.py

Modified: sandbox/trunk/release/release.py
==============================================================================
--- sandbox/trunk/release/release.py	(original)
+++ sandbox/trunk/release/release.py	Tue Jun 16 02:19:11 2009
@@ -249,7 +249,7 @@
     old_cur = os.getcwd()
     with changed_dir('dist'):
         print 'Exporting tag:', tag.text
-        archivename = 'python-%s' % tag.text
+        archivename = 'Python-%s' % tag.text
         run_cmd(['svn', 'export', '-q',
                  'http://svn.python.org/projects/python/tags/r%s'
                  % tag.nickname, archivename])


More information about the Python-checkins mailing list