[docs] [issue19184] dis module has incorrect docs for RAISE_VARARGS
Serhiy Storchaka
report at bugs.python.org
Sun Apr 16 12:57:52 EDT 2017
Serhiy Storchaka added the comment:
May be just provide Python statements that correspond different numbers of parameters? 0 -- ``raise``, 1 -- ``raise TOS``, 2 -- ``raise TOS1 from TOS``.
----------
nosy: +serhiy.storchaka
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19184>
_______________________________________
More information about the docs
mailing list