Re: [Python-Dev] Proposing PEP 386 for addition

2009-12-13 Thread Ben Finney
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.

Re: [Python-Dev] Unittest/doctest formatting differences in 2.7a1?

2009-12-13 Thread Lennart Regebro
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/

Re: [Python-Dev] Proposing PEP 386 for addition

2009-12-13 Thread Tarek Ziadé
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

Re: [Python-Dev] Proposing PEP 386 for addition

2009-12-13 Thread Tarek Ziadé
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