Re: [Pyunit-interest] pyunit version with python 2.2.1
Brought to you by:
purcell
From: Fred L. D. Jr. <fd...@ac...> - 2002-05-21 03:55:19
|
Markus Jais writes: > with python 2.2.1 comes a version > __version__ = "$Revision: 1.14 $"[11:-2] > > according to the sources. but version 1.4.1 is already from august last year > AFAIK. Ok, the version distributed with Python 2.2.1 is *identical* to 1.43 from the PyUNIT repository, so you should be in good shape. In the 2.2.2 and 2.3 releases, the version number of the unittest module will match that from the PyUNIT repository, with the marker "#Revision:" instead of "$Revision:", to prevent the source control mechanisms from masking the originating version. -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Zope Corporation |