commit | a323cdcb33c8c856e5668acfb2c67ab5198672c4 | [log] [tgz] |
---|---|---|
author | Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> | Sun Oct 21 00:22:02 2018 -0700 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Oct 21 17:22:02 2018 +1000 |
tree | a53d57bcb7b958f1517a59603e07c8c205cf6f6e | |
parent | d31e7730cd5d74efbd7320751dacd51d09cc415d [diff] |
bpo-8525: help() on a type now shows builtin subclasses (GH-5066) For builtin types with builtin subclasses, help() on the type now shows up to 4 of the subclasses. This partially replaces the exception hierarchy information previously displayed in Python 2.7.