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 vinay.sajip
Recipients Arfrever, amaury.forgeotdarc, benjamin.peterson, djc, georg.brandl, grubert, pitrou, vinay.sajip
Date 2011-07-01.01:17:11
SpamBayes Score 3.9410817e-05
Marked as misclassified No
Message-id <1309483032.63.0.796480334698.issue12291@psf.upfronthosting.co.za>
In-reply-to
Content
As a result of the changes to marshal.c, test_importlib needs a small change: the test_bad_marshal raises an EOFError now, whereas it raised ValueError before.

I think it's because the earlier code in marshal didn't properly check for EOF conditions in some places.

So I've changes the assertRaises(ValueError) to assertRaises(EOFError).

All tests now pass, other than test_ftplib (not related).
History
Date User Action Args
2011-07-01 01:17:12vinay.sajipsetrecipients: + vinay.sajip, georg.brandl, amaury.forgeotdarc, grubert, pitrou, benjamin.peterson, djc, Arfrever
2011-07-01 01:17:12vinay.sajipsetmessageid: <1309483032.63.0.796480334698.issue12291@psf.upfronthosting.co.za>
2011-07-01 01:17:12vinay.sajiplinkissue12291 messages
2011-07-01 01:17:11vinay.sajipcreate