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 eric.araujo
Recipients alexis, eric.araujo, erik.bray, paul.moore, tarek
Date 2012-02-11.05:16:24
SpamBayes Score 0.007084945
Marked as misclassified No
Message-id <1328937385.56.0.0372029826908.issue13180@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-11 05:16:25eric.araujosetrecipients: + eric.araujo, paul.moore, tarek, alexis, erik.bray
2012-02-11 05:16:25eric.araujosetmessageid: <1328937385.56.0.0372029826908.issue13180@psf.upfronthosting.co.za>
2012-02-11 05:16:25eric.araujolinkissue13180 messages
2012-02-11 05:16:24eric.araujocreate