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 Ilja Everilä, terry.reedy
Date 2016-02-27.09:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456566770.12.0.562285934547.issue26407@psf.upfronthosting.co.za>
In-reply-to
Content
The TypeError is correct.  You passed a non-iterable.  I agree that adding information, *if possible*, when 'non-iterable' is determined by an exception being raised, would be nice.  I don't know how easy this would be.
History
Date User Action Args
2016-02-27 09:52:50terry.reedysetrecipients: + terry.reedy, Ilja Everilä
2016-02-27 09:52:50terry.reedysetmessageid: <1456566770.12.0.562285934547.issue26407@psf.upfronthosting.co.za>
2016-02-27 09:52:50terry.reedylinkissue26407 messages
2016-02-27 09:52:49terry.reedycreate