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

ssteinerX@gmail.com ssteinerx at gmail.com
Tue Dec 29 02:17:52 CET 2009


On Dec 28, 2009, at 8:00 PM, Ben Finney wrote:

> The dependency declarations are *not* Python language syntax, and there
> is no need to consider Python language syntax in defining them.

Agreed.  

We're also not going to be writing an operating system with them; just simple version range statement.

I think that the range expression:

	2.5:2.7

is easy to read, immediately understandable, and expresses everything that needs to be said.

Yes, it needs to be stated that the ends are inclusive, but after that, it's pretty obvious what it means at a glance

Steve




More information about the Python-Dev mailing list