#13387: merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-12-19 07:07:00 +02:00
commit 5ce6f8ed5c

View File

@ -933,8 +933,7 @@ Test cases
Test that *obj* is (or is not) an instance of *cls* (which can be a
class or a tuple of classes, as supported by :func:`isinstance`).
To check for a specific type (without including superclasses) use
:func:`assertIs(type(obj), cls) <assertIs>`.
To check for the exact type, use :func:`assertIs(type(obj), cls) <assertIs>`.
.. versionadded:: 3.2