[issue11682] PEP 380 reference implementation for 3.3

Armin Ronacher report at bugs.python.org
Fri Oct 7 22:50:22 CEST 2011


Armin Ronacher <armin.ronacher at active-4.com> added the comment:

A little bit of input on this issue.  Considering that exceptions are now getting keyword arguments for things like import errors and other things for attributes I would find it much better if StopIteration would follow that as well (StopIteration(value=42) instead of StopIteration(42)).

----------
nosy: +aronacher

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11682>
_______________________________________


More information about the Python-bugs-list mailing list