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 raduv
Recipients benjamin.peterson, bethard, denversc, eric.araujo, eric.smith, r.david.murray, raduv, sandro.tosi
Date 2012-05-21.07:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337585960.96.0.680455296005.issue9554@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Eric, Denver's patch should apply correctly from the root. Also, I've made the changes you mention:

try: except: assert

has been replaced by:

with self.assertRaises()
History
Date User Action Args
2012-05-21 07:39:21raduvsetrecipients: + raduv, bethard, eric.smith, benjamin.peterson, eric.araujo, r.david.murray, sandro.tosi, denversc
2012-05-21 07:39:20raduvsetmessageid: <1337585960.96.0.680455296005.issue9554@psf.upfronthosting.co.za>
2012-05-21 07:39:20raduvlinkissue9554 messages
2012-05-21 07:39:20raduvcreate