commit | 801c08d700c16296dccd8f9fa31979d3ed052751 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Apr 13 15:29:10 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Apr 13 15:29:10 2000 +0000 |
tree | d38d9c15cf45b530f3c4edca7f61728bdb41f5d0 | |
parent | 3155db3b793d384054abd586bcd42e8d4f5061da [diff] |
Define version_info to be a tuple (major, minor, micro, level); level is a string "a2", "b1", "c1", or '' for a final release. Added version_info and hexversion to the module docstring.