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 jlowin
Recipients jlowin
Date 2014-03-01.16:38:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393691920.25.0.667860802529.issue20817@psf.upfronthosting.co.za>
In-reply-to
Content
The bug is caused by a list of names not getting properly expanded when generating the error message. This patch fixes it (simply by adding a * in the appropriate place) and tests that a TypeError, not an IndexError, is raised.
History
Date User Action Args
2014-03-01 16:38:40jlowinsetrecipients: + jlowin
2014-03-01 16:38:40jlowinsetmessageid: <1393691920.25.0.667860802529.issue20817@psf.upfronthosting.co.za>
2014-03-01 16:38:40jlowinlinkissue20817 messages
2014-03-01 16:38:40jlowincreate