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 Camion
Recipients Camion, eric.smith
Date 2017-12-09.14:34:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512830094.36.0.213398074469.issue32259@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, but the other explanation is valid as well. That's why I suggest to modify the error message like this : 


TypeError: '[TYPE]' object is not iterable
- OR -
ValueError: not enough values to unpack (expected [N], got 1)
History
Date User Action Args
2017-12-09 14:34:54Camionsetrecipients: + Camion, eric.smith
2017-12-09 14:34:54Camionsetmessageid: <1512830094.36.0.213398074469.issue32259@psf.upfronthosting.co.za>
2017-12-09 14:34:54Camionlinkissue32259 messages
2017-12-09 14:34:54Camioncreate