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 mark.dickinson
Recipients mark.dickinson, mesheb82, serhiy.storchaka
Date 2012-05-24.08:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337849251.4.0.70828891518.issue14897@psf.upfronthosting.co.za>
In-reply-to
Content
It might help if the error message also stated how many arguments were actually received, like the TypeError message already does for bad function / method calls.  E.g., 

"struct.error: pack expected 2 items for packing (got 1)"
History
Date User Action Args
2012-05-24 08:47:31mark.dickinsonsetrecipients: + mark.dickinson, serhiy.storchaka, mesheb82
2012-05-24 08:47:31mark.dickinsonsetmessageid: <1337849251.4.0.70828891518.issue14897@psf.upfronthosting.co.za>
2012-05-24 08:47:30mark.dickinsonlinkissue14897 messages
2012-05-24 08:47:30mark.dickinsoncreate