This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aronacher
Recipients Yury.Selivanov, alex, aronacher, asvetlov, eric.araujo, gcewing, ncoghlan, rfk, rhettinger, rndblnch, zbysz
Date 2011-10-07.20:50:21
SpamBayes Score 0.00077787135
Marked as misclassified No
Message-id <1318020622.03.0.387106373633.issue11682@psf.upfronthosting.co.za>
In-reply-to
Content
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)).
History
Date User Action Args
2011-10-07 20:50:22aronachersetrecipients: + aronacher, rhettinger, gcewing, ncoghlan, rndblnch, eric.araujo, alex, rfk, asvetlov, zbysz, Yury.Selivanov
2011-10-07 20:50:22aronachersetmessageid: <1318020622.03.0.387106373633.issue11682@psf.upfronthosting.co.za>
2011-10-07 20:50:21aronacherlinkissue11682 messages
2011-10-07 20:50:21aronachercreate