New submission from Julien Miotte <miotte.jul...@gmail.com>:

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.

----------
assignee: tarek
components: Distutils2
messages: 127287
nosy: Julien.Miotte, eric.araujo, tarek, tarek-ziade
priority: normal
severity: normal
status: open
title: On the distutils2 documentation, 'requires-python' shouldn't be 
documented as *multi

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11041>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to