Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

I have a side question.
generator.throw() and coroutine.throw() have throw(type[, value[, traceback]]) 
signature.

Is there a plan to update generators somehow to accept the exception value only?
The change can go in line with other exception API changes.

----------
nosy: +asvetlov

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46343>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to