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, tarek, vinay.sajip
Date 2011-06-27.15:34:40
SpamBayes Score 1.8210048e-05
Marked as misclassified No
Message-id <1309188881.06.0.825323086791.issue12416@psf.upfronthosting.co.za>
In-reply-to
Content
The setup.cfg spec says only this:

> The callables are executed in the order they’re found in the file; if
> one of them cannot be found, tools should not stop, but for example
> produce a warning and continue with the next line.

packaging/commandhooks does not say anything.  I’ll open a bug to add docs and tests about that, and a feature request for the new option to turn warnings into fatal errors.
History
Date User Action Args
2011-06-27 15:34:41eric.araujosetrecipients: + eric.araujo, vinay.sajip, tarek, alexis
2011-06-27 15:34:41eric.araujosetmessageid: <1309188881.06.0.825323086791.issue12416@psf.upfronthosting.co.za>
2011-06-27 15:34:40eric.araujolinkissue12416 messages
2011-06-27 15:34:40eric.araujocreate