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 sandro.tosi
Recipients sandro.tosi
Date 2011-01-04.13:48:58
SpamBayes Score 6.080144e-05
Marked as misclassified No
Message-id <1294148944.07.0.481041700804.issue10825@psf.upfronthosting.co.za>
In-reply-to
Content
Hello, after I saw that in issue9554, I created a small patch to replace all

  assertEquals(None, ...)

with

  assertIsNone(...)

It's not rocket science, but I think it makes test suite "better" and leverage new unittest features.

Cheers,
Sandro
History
Date User Action Args
2011-01-04 13:49:04sandro.tosisetrecipients: + sandro.tosi
2011-01-04 13:49:04sandro.tosisetmessageid: <1294148944.07.0.481041700804.issue10825@psf.upfronthosting.co.za>
2011-01-04 13:48:59sandro.tosilinkissue10825 messages
2011-01-04 13:48:59sandro.tosicreate