This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Julien.Miotte
Recipients Julien.Miotte, eric.araujo, tarek, tarek-ziade
Date 2011-01-28.11:39:48
SpamBayes Score 0.0022961362
Marked as misclassified No
Message-id <1296214788.72.0.049703794101.issue11041@psf.upfronthosting.co.za>
In-reply-to
Content
On the documentation page: http://distutils2.notmyidea.org/setupcfg.html, one can read :

# requires-python: Specifies the Python version the distribution requires. The value is a version number, as described in PEP 345. *optional *multi *environ

This is not consistant with the PEP 345 (http://www.python.org/dev/peps/pep-0345/#requires-python), which doesn't specify that this field is of multiple use.

Distutils's behaviour on this matter is consistent with the PEP thought, so there's only need to remove the "*multi" in the documentation.
History
Date User Action Args
2011-01-28 11:39:48Julien.Miottesetrecipients: + Julien.Miotte, tarek-ziade, tarek, eric.araujo
2011-01-28 11:39:48Julien.Miottesetmessageid: <1296214788.72.0.049703794101.issue11041@psf.upfronthosting.co.za>
2011-01-28 11:39:48Julien.Miottelinkissue11041 messages
2011-01-28 11:39:48Julien.Miottecreate