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 georg.brandl
Recipients cvrebert, georg.brandl, terry.reedy
Date 2010-04-14.21:48:18
SpamBayes Score 0.0020254338
Marked as misclassified No
Message-id <1271281699.57.0.168612075647.issue5250@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed the missing verb in r80084.  I don't think the new special methods need to be mention in isinstance() or issubclass() docs; they are very rarely needed, and other builtins don't mention their special methods either (e.g. abs(), complex(), or getattr().)
History
Date User Action Args
2010-04-14 21:48:19georg.brandlsetrecipients: + georg.brandl, terry.reedy, cvrebert
2010-04-14 21:48:19georg.brandlsetmessageid: <1271281699.57.0.168612075647.issue5250@psf.upfronthosting.co.za>
2010-04-14 21:48:18georg.brandllinkissue5250 messages
2010-04-14 21:48:18georg.brandlcreate