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 iritkatriel
Recipients iritkatriel, karlcow, szymon
Date 2021-01-01.13:40:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609508419.45.0.105924789561.issue25479@roundup.psfhosted.org>
In-reply-to
Content
This PR probably doesn't improve test coverage because the feature is tested indirectly (and directly from test_typing). But I think this test should be added nevertheless for completeness and to demonstrate how the feature works. 

That said, this test shows that the documentation of issubclass is not quite accurate when it states that "a class is considered a subclass of itself" 
 (https://docs.python.org/3/library/functions.html#issubclass).  

That should probably be a separate bpo.
History
Date User Action Args
2021-01-01 13:40:19iritkatrielsetrecipients: + iritkatriel, karlcow, szymon
2021-01-01 13:40:19iritkatrielsetmessageid: <1609508419.45.0.105924789561.issue25479@roundup.psfhosted.org>
2021-01-01 13:40:19iritkatriellinkissue25479 messages
2021-01-01 13:40:19iritkatrielcreate