]> granicus.if.org Git - python/commit
Capitulate, changing version_info to a 5-tuple:
authorFred Drake <fdrake@acm.org>
Thu, 13 Apr 2000 17:44:51 +0000 (17:44 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 13 Apr 2000 17:44:51 +0000 (17:44 +0000)
commit93a20bf87c22d54353568f3a411ed11b2638134e
treefd0ee30394f4468874b9c5c32406bcf7be9f7fba
parent4d65d73686fa535c2f4ce4047f82bf0d7255d46c
Capitulate, changing version_info to a 5-tuple:

major, minor, micro, level, serial

Values are now monotonically increasing with each new release.
Python/sysmodule.c