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 serhiy.storchaka
Recipients mark.dickinson, mesheb82, serhiy.storchaka
Date 2012-05-24.08:41:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337848873.65.0.63140684481.issue14897@psf.upfronthosting.co.za>
In-reply-to
Content
Funny. struct.pack(fmt, args...) is just an alias to struct.Struct(fmt).pack(args...). The error message should be changed to explicitly state that we are talking about the data for packing, and not about the arguments of function. Or should remove mention of the number of arguments at all (leave only "too much" or "too little").
History
Date User Action Args
2012-05-24 08:41:13serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, mesheb82
2012-05-24 08:41:13serhiy.storchakasetmessageid: <1337848873.65.0.63140684481.issue14897@psf.upfronthosting.co.za>
2012-05-24 08:41:13serhiy.storchakalinkissue14897 messages
2012-05-24 08:41:12serhiy.storchakacreate