DanielStutzbach / blist

A list-like type with better asymptotic performance and similar performance on small lists
Other
310 stars 36 forks source link

Support Version Numbers, as described in PEP396 #47

Closed Julian-O closed 10 years ago

Julian-O commented 11 years ago

I have scripts to check that my servers have the correct installation of modules. Part of that check is to confirm the installed version of the modules is the same as what was tested against. It alerts me if new versions have been released so I can inspect the changes.

The blist module does not appear to share its own version number, making such checks more problematic.

PEP396 describes a standard mechanism for providing version numbers in Python.

Please consider adhering to PEP396 for future releases.