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.

classification
Title: new unittest function listed as assertIsNotNot() instead of assertIsNotNone()
Type: Stage:
Components: Documentation Versions: Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: michael.foord Nosy List: georg.brandl, michael.foord, mrooney
Priority: normal Keywords:

Created on 2009-04-24 01:41 by mrooney, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg86388 - (view) Author: Mike Rooney (mrooney) Date: 2009-04-24 01:41
On http://docs.python.org/dev/py3k/whatsnew/3.1.html under unittest
changes, you will find the last new function listed is assertIsNotNot()
instead of assertIsNotNone()
msg86427 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2009-04-24 19:08
Oops... sorry about that, will fix.
msg86549 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2009-04-25 20:48
Closed in revision 71930.
History
Date User Action Args
2022-04-11 14:56:48adminsetgithub: 50076
2009-04-25 20:48:16michael.foordsetstatus: open -> closed
resolution: fixed
messages: + msg86549
2009-04-24 19:08:49michael.foordsetmessages: + msg86427
2009-04-24 18:21:51georg.brandlsetassignee: georg.brandl -> michael.foord

nosy: + michael.foord
2009-04-24 01:41:58mrooneycreate