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 r.david.murray
Recipients Camion, eric.smith, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano
Date 2017-12-10.21:19:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512940752.65.0.213398074469.issue32259@psf.upfronthosting.co.za>
In-reply-to
Content
I shouldn't have searched the docs for 'unpackable', I should have searched for 'unpack'.  Doing that reveals that the term 'unpack' is used for other concepts, whereas the term 'iterable' is precise.  So I think it would unacceptably lower the precision of the error message to add that word.
History
Date User Action Args
2017-12-10 21:19:12r.david.murraysetrecipients: + r.david.murray, rhettinger, eric.smith, steven.daprano, serhiy.storchaka, Camion
2017-12-10 21:19:12r.david.murraysetmessageid: <1512940752.65.0.213398074469.issue32259@psf.upfronthosting.co.za>
2017-12-10 21:19:12r.david.murraylinkissue32259 messages
2017-12-10 21:19:12r.david.murraycreate