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 chuck
Recipients aguiar, chuck, ezio.melotti
Date 2009-10-04.11:03:45
SpamBayes Score 1.315937e-07
Marked as misclassified No
Message-id <1254654232.28.0.6325407397.issue5395@psf.upfronthosting.co.za>
In-reply-to
Content
Ezio, I moved the test to a separate method. Also I couldn't find 
something to close the file if I don't care about errors. I thought an 
assertRises would be wrong, as I am not debugging files here, so I added a 
function to call a callable I expect to throw an exception (you said you 
don't like the try/close/except/pass). I don't know if it is okay to add 
functions to test_support, though.
History
Date User Action Args
2009-10-04 11:03:52chucksetrecipients: + chuck, aguiar, ezio.melotti
2009-10-04 11:03:52chucksetmessageid: <1254654232.28.0.6325407397.issue5395@psf.upfronthosting.co.za>
2009-10-04 11:03:48chucklinkissue5395 messages
2009-10-04 11:03:47chuckcreate