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 serhiy.storchaka
Recipients docs@python, eric.araujo, ezio.melotti, michael.foord, ncoghlan, notizblock, orsenthil, rhettinger, serhiy.storchaka
Date 2012-12-24.09:00:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356339609.41.0.168123702031.issue11468@psf.upfronthosting.co.za>
In-reply-to
Content
I think `self.assertRaises(TypeError, s.split, 2)` looks simpler. In any case two examples for assertRaises needed, simple inlined and more complicated use as context manager.
History
Date User Action Args
2012-12-24 09:00:09serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, orsenthil, ezio.melotti, eric.araujo, michael.foord, docs@python, notizblock
2012-12-24 09:00:09serhiy.storchakasetmessageid: <1356339609.41.0.168123702031.issue11468@psf.upfronthosting.co.za>
2012-12-24 09:00:09serhiy.storchakalinkissue11468 messages
2012-12-24 09:00:09serhiy.storchakacreate