[Distutils] PEP 517 again

Thomas Kluyver thomas at kluyver.me.uk
Fri Aug 25 16:47:54 EDT 2017


On Fri, Aug 25, 2017, at 09:41 PM, xoviat wrote:
> There's no need to return an instance of the exception class. As long
> as it is defined in the same name space as the hooks the front end
> will be able to access it.
No, I meant NotImplementedError. As in:

if i_cant_do_it:
   return NotImplementedError(msg)

Thereby neatly annoying all sides of the debate at once.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20170825/b1a46d4f/attachment.html>


More information about the Distutils-SIG mailing list