[Python-Dev] Proposing PEP 345 : Metadata for Python Software Packages 1.2

Tarek Ziadé ziade.tarek at gmail.com
Mon Dec 28 12:02:15 CET 2009


On Mon, Dec 28, 2009 at 11:57 AM, Lennart Regebro <regebro at gmail.com> wrote:
> On Mon, Dec 28, 2009 at 11:27,  <david.lyon at preisshare.net> wrote:
>> What about going even more simple...
>>
>> Requires-Python: 2.5..3 3.1..
>
> Doh! Of course. Works for me. In fact, the dots could be dashes as well.
>
> Requires-Python: 2.5-3 3.1-
>
> Commas, spaces, semicolons, whatever. We could allow:
>
> Requires-Python: 2.5-3 3.1-
> Requires-Python: 2.5-3,3.1-
> Requires-Python: 2.5-3;3.1-
> Requires-Python: 2.5..3, 3.1..

-1. This looks like typos the developer made on his versions definitions.
And if not, is subject to errors by forgetting dashes or dots.

Regards,
Tarek

-- 
Tarek Ziadé | http://ziade.org


More information about the Python-Dev mailing list