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 mark.dickinson
Recipients mark.dickinson
Date 2012-11-08.09:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352365513.53.0.838021442266.issue16433@psf.upfronthosting.co.za>
In-reply-to
Content
The TestCase.assertNotEqual docstring currently says:

  Fail if the two objects are equal as determined by the '==' operator.

This doesn't match the implementation, which checks that '!=' gives True (rather than checking that '==' gives False).  The online docs look fine.
History
Date User Action Args
2012-11-08 09:05:13mark.dickinsonsetrecipients: + mark.dickinson
2012-11-08 09:05:13mark.dickinsonsetmessageid: <1352365513.53.0.838021442266.issue16433@psf.upfronthosting.co.za>
2012-11-08 09:05:13mark.dickinsonlinkissue16433 messages
2012-11-08 09:05:12mark.dickinsoncreate