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 chris.jerdonek
Recipients asvetlov, brett.cannon, chris.jerdonek, cvrebert, eric.snow, ezio.melotti, maker
Date 2012-11-15.22:02:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353016949.51.0.865646357506.issue15767@psf.upfronthosting.co.za>
In-reply-to
Content
Since it subclasses ImportError, it seems like we're already considering it to be an error?  StopIteration and GeneratorExit don't inherit from an "Error" exception type unlike, say, the OSError exception types.
History
Date User Action Args
2012-11-15 22:02:29chris.jerdoneksetrecipients: + chris.jerdonek, brett.cannon, ezio.melotti, cvrebert, asvetlov, maker, eric.snow
2012-11-15 22:02:29chris.jerdoneksetmessageid: <1353016949.51.0.865646357506.issue15767@psf.upfronthosting.co.za>
2012-11-15 22:02:29chris.jerdoneklinkissue15767 messages
2012-11-15 22:02:29chris.jerdonekcreate