tarek / distutils.version (http://docs.python.org/distutils/)

This is the new version comparison tool for distutils.

Clone this repository (size: 41.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tarek/distutilsversion/
commit 13: b0eb49cddfb2
parent 12: 237c2fb706c6
child 14: af39f032a083
notes tarek-postdev
ta...@MacZiade.local
10 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
distutils.version /
filename size last modified message
.hgignore 8 B 10 months ago added an ignore file
README.txt 1.5 KB 10 months ago notes
test_verlib.py 3.7 KB 10 months ago added Eby use case (2.1-rc2 -> 2.1c2)
verlib.py 10.2 KB 10 months ago added Eby use case (2.1-rc2 -> 2.1c2)

README

1
2
3
4
5
6
7
======
verlib
======

This library is the implementation of PEP 386

See : http://www.python.org/dev/peps/pep-0386/