I find it unintuitive that `Distribution.locate(mi...
# general
j
I find it unintuitive that
Distribution.locate(minimum_version=‘1.7’, maximum_version=‘1.7’)
will almost invariably fail to find anything, because it’s counting things like
1.7.0.80
as
> 1.7
.