Revision
2011 -
(
view)
(
annotate)
-
[select for diffs]
Added
Wed Dec 3 09:46:27 2003 UTC
(21 years, 3 months ago)
by
bh
Original Path:
trunk/thuban/test/test_lib_version.py
File length: 756 byte(s)
* Thuban/Lib/version.py: New. Module for version number
manipulations. The version of make_tuple here also deals better
with more unusual version number strings, such as e.g.
"1.2+cvs20031111"
* Thuban/version.py (make_tuple): Removed. It's now in
Thuban.Lib.version. Use that implementation instead.
* test/test_lib_version.py: New. Tests for Thuban/Lib/version.py