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
Date 2012-05-24.08:22:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337847742.48.0.564241415306.issue14897@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  Yes, that's not very clear.  The same message is used both for struct.pack and for Struct.pack (which struct.pack is really just a convenient alias for);  it makes a bit more sense for the latter:

>>> struct.Struct('1s1s').pack('33')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
struct.error: pack requires exactly 2 arguments
History
Date User Action Args
2012-05-24 08:22:22mark.dickinsonsetrecipients: + mark.dickinson, mesheb82
2012-05-24 08:22:22mark.dickinsonsetmessageid: <1337847742.48.0.564241415306.issue14897@psf.upfronthosting.co.za>
2012-05-24 08:22:21mark.dickinsonlinkissue14897 messages
2012-05-24 08:22:21mark.dickinsoncreate