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 dabeaz
Recipients dabeaz
Date 2010-12-27.20:11:39
SpamBayes Score 2.520433e-09
Marked as misclassified No
Message-id <1293480701.48.0.913199979362.issue10783@psf.upfronthosting.co.za>
In-reply-to
Content
Note: This is what happens in Python 2.6.4:

>>> import struct
>>> struct.pack("10s",u"Jalape\u00f1o")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
struct.error: argument for 's' must be a string
>>>
History
Date User Action Args
2010-12-27 20:11:41dabeazsetrecipients: + dabeaz
2010-12-27 20:11:41dabeazsetmessageid: <1293480701.48.0.913199979362.issue10783@psf.upfronthosting.co.za>
2010-12-27 20:11:39dabeazlinkissue10783 messages
2010-12-27 20:11:39dabeazcreate