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 josh.r
Recipients josh.r, rhettinger, serhiy.storchaka, sir-sigurd, tim.peters
Date 2019-08-30.03:42:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567136552.25.0.784605863826.issue37976@roundup.psfhosted.org>
In-reply-to
Content
Raymond: "Since there isn't much value in reporting which iterable number has failed"

Isn't there though? If the error just points to the line with the zip, and the zip is zipping multiple similar things (especially things which won't have a traceable line of Python code associated with them to narrow it down), knowing which argument was the cause of the TypeError seems rather useful. Without it, you just know *something* being zipped was wrong, but need to manually track down which of the arguments was the problem.
History
Date User Action Args
2019-08-30 03:42:32josh.rsetrecipients: + josh.r, tim.peters, rhettinger, serhiy.storchaka, sir-sigurd
2019-08-30 03:42:32josh.rsetmessageid: <1567136552.25.0.784605863826.issue37976@roundup.psfhosted.org>
2019-08-30 03:42:32josh.rlinkissue37976 messages
2019-08-30 03:42:32josh.rcreate