<div><span style="color: rgb(160, 160, 168); ">On Tuesday, February 26, 2013 at 8:17 AM, Nick Coghlan wrote:</span></div><blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
<span><div>I *don't* like the idea of (== 1.3) and (== 1.3.0) being equivalent</div><div>when (1.3) and (1.3.0) are substantially different, though. Instead,</div><div>I'll reinstate a variant of the commentary from PEP 386 that pointed</div><div>out the value of always publishing releases with a consistent number</div><div>of components by including the trailing ".0".</div></span></blockquote><div>I think it makes absolute sense. These aren't strings they are version numbers.</div><div><br></div><div>1.0 == 1.00 == 1.00 == 1.000, adding more zeros doesn't change the</div><div>semantics.</div><div><br></div><div>It also matches the existing practices of setuptools.</div><div><br>
</div>