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

Éric Araujo report at bugs.python.org
Sat Feb 11 06:16:25 CET 2012


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

A side effect of this change will be the removal of the Extension class, which was only useful to do some typechecks/conversions on its arguments.  In Python code it will be replaced by a dict (with keys 'name', 'sources', 'optional', etc.), and when building this dict from a setup.cfg the config parser will validate/convert the values read.

----------

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


More information about the Python-bugs-list mailing list