[Python-Dev] Proposing PEP 345 : Metadata for Python Software Packages 1.2
david.lyon at preisshare.net
david.lyon at preisshare.net
Mon Dec 28 11:27:27 CET 2009
Hi Len,
> Another penny dropped when it comes to version specs.
Pennies are good. They build value.
> With examples being:
>
> Requires-Python: [2.5.2:3]; [3.1:]
What about going even more simple...
Requires-Python: 2.5..3 3.1..
If we use double-dots to replace colons, the ..
will translate to 'to'.
So taking your example more closely might be:
Requires-Python: [2.5]..[2.7]; [3.1]..
David
More information about the Python-Dev
mailing list