From: Fred Drake Date: Tue, 21 May 2002 03:50:49 +0000 (+0000) Subject: Munge the RCS keywords to avoid updates, so the version number matches that X-Git-Tag: v2.2.2b1~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9122a276c4384820afff8a6f007bca46410d24fa;p=thirdparty%2FPython%2Fcpython.git Munge the RCS keywords to avoid updates, so the version number matches that of the PyUNIT version of the same file. This helps people understand that this version is the same as the version from the independent PyUNIT release (confusion was indicated on the PyUNIT mailing list). --- diff --git a/Lib/unittest.py b/Lib/unittest.py index 1538a5d4b761..a97a962f7003 100644 --- a/Lib/unittest.py +++ b/Lib/unittest.py @@ -46,7 +46,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. __author__ = "Steve Purcell" __email__ = "stephen_purcell at yahoo dot com" -__version__ = "$Revision$"[11:-2] +__version__ = "#Revision: 1.43 $"[11:-2] import time import sys