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 amaury.forgeotdarc
Recipients ajaksu2, amaury.forgeotdarc, benjamin.peterson, pitrou, vstinner
Date 2008-09-09.09:20:55
SpamBayes Score 2.2654885e-05
Marked as misclassified No
Message-id <1220952056.79.0.414232478031.issue3634@psf.upfronthosting.co.za>
In-reply-to
Content
I think the test should check that TypeError is actually raised:
  self.assertRaises(TypeError, r.__init__, 0, 0, 0, 0, 0)
It's even shorter than the try/except block...
History
Date User Action Args
2008-09-09 09:20:57amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, vstinner, ajaksu2, benjamin.peterson
2008-09-09 09:20:56amaury.forgeotdarcsetmessageid: <1220952056.79.0.414232478031.issue3634@psf.upfronthosting.co.za>
2008-09-09 09:20:55amaury.forgeotdarclinkissue3634 messages
2008-09-09 09:20:55amaury.forgeotdarccreate