<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">
> but look at this (using setuptools 8)<br>
><br>
>>>> '1.7.dev1' in pkg_resources.Requirement.parse('foo>=1.7')<br>
> False<br>
>>>> '1.7.dev1' in pkg_resources.Requirement.parse('foo<=1.7')<br>
> True<br>
<br>
</span>I believe the first example is a consequence of the following two<br>
excerpts from the PEP [...] 
In both cases (by (2) above), you </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">are supposed to compare the<br>
candidate version "1.7.dev1" with the specified version "1.7".<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div><br></div><div>yes, I agree with you.  :  )<br></div><div>my 2 examples weren't meant to exemplify the inconsistency I was referring to.<br></div><div>they were intended to be response to you quoting the bit about "implicitly excluded"<br></div><div>Because the 2nd example was True, they're not implicitly excluded.<br></div><div><br></div></div>For fear that my current point is lost now (since it's changed from the original title), I'm going to start a new thread that sums it up real brief...<br><br></div><div class="gmail_extra">Marcus<br></div><div class="gmail_extra"><br></div></div>