cpython/Misc/NEWS.d/next/Core and Builtins/2018-03-22-23-09-06.bpo-330...

4 lines
185 B
ReStructuredText

Improve consistency of errors raised by ``issubclass()`` when called with a
non-class and an abstract base class as the first and second arguments,
respectively. Patch by Josh Bronson.