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

barry.warsaw python-checkins at python.org
Fri May 9 01:55:40 CEST 2008


Author: barry.warsaw
Date: Fri May  9 01:55:39 2008
New Revision: 62911

Log:
Give more credit, especially with the cool contextlib.nested() call :)

Modified:
   sandbox/trunk/release/release.py

Modified: sandbox/trunk/release/release.py
==============================================================================
--- sandbox/trunk/release/release.py	(original)
+++ sandbox/trunk/release/release.py	Fri May  9 01:55:39 2008
@@ -3,7 +3,7 @@
 """An assistant for making Python releases.
 
 Original code by Benjamin Peterson
-Additions by Barry Warsaw
+Additions by Barry Warsaw and Benjamin Peterson
 """
 
 from __future__ import with_statement


More information about the Python-checkins mailing list