[issue13180] pysetup silently ignores invalid entries in setup.cfg

Éric Araujo report at bugs.python.org
Mon Oct 17 16:48:13 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

Agreed.  Doc/packaging/setupcfg.rst defines that custom fields need to start with X-, so we can refuse everything that is not built-in and does not start with X-.  (I’m going toward error rather than warning.)

----------
assignee: tarek -> eric.araujo
keywords: +easy
nosy: +erik.bray
stage:  -> needs patch
versions: +3rd party

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13180>
_______________________________________


More information about the Python-bugs-list mailing list