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 terry.reedy
Recipients Jeremy.Hylton, Ramchandra Apte, cool-RR, eric.araujo, ezio.melotti, ncoghlan, pjenvey, terry.reedy
Date 2013-03-02.20:03:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362254603.02.0.236864443047.issue17032@psf.upfronthosting.co.za>
In-reply-to
Content
I just opened #17339 about another situation where the error message references only the last of several checks that failed.

bytes(object())  # raises
TypeError: 'object' object is not iterable  # or 4 other possibilities

I think any message like this should be fixed as noticed.
History
Date User Action Args
2013-03-02 20:03:23terry.reedysetrecipients: + terry.reedy, ncoghlan, pjenvey, ezio.melotti, eric.araujo, cool-RR, Jeremy.Hylton, Ramchandra Apte
2013-03-02 20:03:23terry.reedysetmessageid: <1362254603.02.0.236864443047.issue17032@psf.upfronthosting.co.za>
2013-03-02 20:03:23terry.reedylinkissue17032 messages
2013-03-02 20:03:22terry.reedycreate