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.

Unsupported provider

classification
Title: add assertIsInstance
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, michael.foord
Priority: normal Keywords: easy, needs review, patch

Created on 2009-10-01 20:22 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
assertIsInstance.diff georg.brandl, 2009-10-01 20:22
assertIsInstance2.diff georg.brandl, 2009-10-01 20:38
Messages (2)
msg93421 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-10-01 20:38
Change negated method name to assertNotIsInstance.
msg93423 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-10-01 20:59
Committed in r75180.
History
Date User Action Args
2022-04-11 14:56:53adminsetgithub: 51280
2009-10-01 20:59:42georg.brandlsetstatus: open -> closed
messages: + msg93423

assignee: michael.foord -> georg.brandl
keywords: patch, patch, easy, needs review
resolution: accepted
2009-10-01 20:38:39georg.brandlsetkeywords: patch, patch, easy, needs review
files: + assertIsInstance2.diff
messages: + msg93421
2009-10-01 20:22:31georg.brandlcreate