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 chris.jerdonek
Recipients chris.jerdonek, michael.foord, r.david.murray, rbcollins, slmnhq
Date 2010-04-09.13:01:43
SpamBayes Score 0.007622867
Marked as misclassified No
Message-id <1270818104.9.0.27972772549.issue7559@psf.upfronthosting.co.za>
In-reply-to
Content
> I think you can simplify them a bit. For example, you can use assertRaises.

Actually, assertRaises doesn't seem to permit checking error text.  That may be one reason why try-except-else is being used instead throughout.
History
Date User Action Args
2010-04-09 13:01:44chris.jerdoneksetrecipients: + chris.jerdonek, rbcollins, r.david.murray, michael.foord, slmnhq
2010-04-09 13:01:44chris.jerdoneksetmessageid: <1270818104.9.0.27972772549.issue7559@psf.upfronthosting.co.za>
2010-04-09 13:01:43chris.jerdoneklinkissue7559 messages
2010-04-09 13:01:43chris.jerdonekcreate