__getitem__ returns None
for version parts that are falsy
#260
Labels
Bug
Error, flaw or fault to produce incorrect or unexpected results
For example, VersionInfo(0, 1, 0, 'r.1')[2] returns None when it should return 0.
The text was updated successfully, but these errors were encountered: