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 josh.r
Recipients josh.r, mark.dickinson
Date 2014-04-10.03:55:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397102114.97.0.121393381203.issue21193@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the trivial patch for code and the associated unit test (we were actually testing that it raised TypeError specifically; it now raises ValueError, and the unit test expects ValueError).

unit tests passed aside from test_io, but I'm pretty sure that's unrelated; my Linux VM freezes up once in a while, which does nasty things to timing dependent I/O tests.
History
Date User Action Args
2014-04-10 03:55:15josh.rsetrecipients: + josh.r, mark.dickinson
2014-04-10 03:55:14josh.rsetmessageid: <1397102114.97.0.121393381203.issue21193@psf.upfronthosting.co.za>
2014-04-10 03:55:14josh.rlinkissue21193 messages
2014-04-10 03:55:14josh.rcreate