[issue13225] Failing packaging hooks should not stop operation

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: Out of date for distutils2, may be considered for metadata 2.0 hooks. -- nosy: +ncoghlan resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue13225] Failing packaging hooks should not stop operation

2011-10-19 Thread Vinay Sajip
Vinay Sajip added the comment: > An option (--strict) would be needed to switch from logging messages to > exceptions; I wonder if an elegant way to do that would be a custom logging > handler. I'm not sure a custom logging handler is the way to go. I think it would be better to log the exc

[issue13225] Failing packaging hooks should not stop operation

2011-10-19 Thread Éric Araujo
New submission from Éric Araujo : As discussed in #11637, failing hooks should not stop operation. I see different issues: a) a hook is not found b) a hook is not callable c) a hook raises an exception Current code will raise a Packaging exception for a) and b), and let the exception propaga