[Distutils] PEP 517 again

xoviat xoviat at gmail.com
Fri Aug 25 16:50:20 EDT 2017


Genius!

2017-08-25 15:47 GMT-05:00 Thomas Kluyver <thomas at kluyver.me.uk>:

> 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/32395ca9/attachment.html>


More information about the Distutils-SIG mailing list