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 02:58:21
|
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. > > is there a reason why there is still the version 1.14 in the python > distribution?? These version numbers are inserted by the revision control software, and do not reflect the larger versioning picture. Since Python and PyUNIT are maintained in two distinct repositories, the version that has been integrated into Python should be changed to show the same version number as that in PyUNIT (probably by removing or changing the "magic" that causes CVS to insert the revision number). I'll try to look into this later tonight. -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Zope Corporation |