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 ajaksu2
Recipients ajaksu2, terry.reedy
Date 2009-05-17.02:42:05
SpamBayes Score 4.835888e-08
Marked as misclassified No
Message-id <1242528127.5.0.788180639434.issue3693@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, in trunk the message for unicode strings is the same:
>>> array.array('b', u'fox')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: an integer is required
History
Date User Action Args
2009-05-17 02:42:07ajaksu2setrecipients: + ajaksu2, terry.reedy
2009-05-17 02:42:07ajaksu2setmessageid: <1242528127.5.0.788180639434.issue3693@psf.upfronthosting.co.za>
2009-05-17 02:42:05ajaksu2linkissue3693 messages
2009-05-17 02:42:05ajaksu2create