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 pitrou
Recipients brian.curtin, pitrou, tadek
Date 2010-01-13.07:13:21
SpamBayes Score 0.00033233393
Marked as misclassified No
Message-id <1263366803.0.0.380874569006.issue2846@psf.upfronthosting.co.za>
In-reply-to
Content
There is no need to write:

       try:
           [...]
       except IOError as err:
           self.fail(err)

Just let the exception be raised and produce an error.
History
Date User Action Args
2010-01-13 07:13:23pitrousetrecipients: + pitrou, tadek, brian.curtin
2010-01-13 07:13:23pitrousetmessageid: <1263366803.0.0.380874569006.issue2846@psf.upfronthosting.co.za>
2010-01-13 07:13:21pitroulinkissue2846 messages
2010-01-13 07:13:21pitroucreate