Message1801

Author mboersma
Recipients
Date 2007-08-04.20:51:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
test_array.py from CPython 2.3 includes a test case that expects array.array('xx') to throw a TypeError (the parameter should be a single char).  Jython 2.2rc3 throws a ValueError in this case instead.

Attached is a one-line patch that fixes this specific case.
History
Date User Action Args
2008-02-20 17:17:57adminlinkissue1767742 messages
2008-02-20 17:17:57admincreate