>>>>> "AMK" == Andrew M Kuchling <akuchlin@mems-exchange.org> writes: AMK> Fredrik Lundh writes: >> Define version_info to be a tuple (major, minor, micro, level); >> level is a string "a2", "b1", "c1", or '' for a final release. >> maybe level should be chosen so that version_info for a final >> release is larger than version_info for the corresponding beta >> ? AMK> 'a2' < 'b1' < 'c1' < 'final' Another reason I don't like the strings: 'b9' > 'b10' :( I can imagine a remote possibility of more than 9 pre-releases (counting from 1), but not more than 15 (since PY_RELEASE_SERIAL has to fit in 4 bits), so at the very least, make that string 'a02', 'a03', etc. -Barry
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4