Tarek Ziadé writes:
> I've started to add another section in the PEP to summarize this
> discussion but then I realized that we are already giving the answer
> in the PEP in the "Requisites and current status"
>
> I made it clearer though, by adding an extra sentence with an example.
Thank you.
Issue submitted: http://bugs.python.org/issue7490
--
Med Vaemjelig Groet
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/
On Sun, Dec 13, 2009 at 9:53 AM, Ben Finney wrote:
> Tarek Ziadé writes:
>
>> I've started to add another section in the PEP to summarize this
>> discussion but then I realized that we are already giving the answer
>> in the PEP in the "Requisites and current status"
>>
>> I made it clearer thoug
On Fri, Dec 11, 2009 at 11:23 AM, Nick Coghlan wrote:
[..]
>
> Eric's suggestion of NormalizedVersion sounds best to me - it exactly
> describes the intended role of the class.
>
Done. Steve Steiner added a nice functional test that tries the scheme
on *all* pypi versions:
MacZiade:distutilsver