From: Berker Peksag Date: Thu, 14 Apr 2016 12:51:22 +0000 (+0300) Subject: Issue #26747: Document that InstanceTypes only works for old-style classes X-Git-Tag: v2.7.12rc1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a364c12042bae5fc4c9f3d7f99f3dcd979d4b685;p=thirdparty%2FPython%2Fcpython.git Issue #26747: Document that InstanceTypes only works for old-style classes Patch by Nan Wu. --- diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 77cf014dc1de..5d7c987659b3 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -147,7 +147,7 @@ The module defines the following names: .. data:: InstanceType - The type of instances of user-defined classes. + The type of instances of user-defined old-style classes. .. data:: MethodType