diff options
author | James Hilton-Balfe <gobot1234yt@gmail.com> | 2023-04-23 19:24:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-23 19:24:30 (GMT) |
commit | 730bbddfdf610343a2e132b0312d12254c3c73d6 (patch) | |
tree | 2c4b223f290866cc428d3faa0a7cf97c75128cb8 /Misc | |
parent | 05b3ce7339b9ce44eec728e88e80ba1f125436ed (diff) | |
download | cpython-730bbddfdf610343a2e132b0312d12254c3c73d6.zip cpython-730bbddfdf610343a2e132b0312d12254c3c73d6.tar.gz cpython-730bbddfdf610343a2e132b0312d12254c3c73d6.tar.bz2 |
gh-101688: Implement types.get_original_bases (#101827)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-02-11-15-01-32.gh-issue-101688.kwXmfM.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-02-11-15-01-32.gh-issue-101688.kwXmfM.rst b/Misc/NEWS.d/next/Library/2023-02-11-15-01-32.gh-issue-101688.kwXmfM.rst new file mode 100644 index 0000000..6df6946 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-02-11-15-01-32.gh-issue-101688.kwXmfM.rst @@ -0,0 +1,2 @@ +Implement :func:`types.get_original_bases` to provide further introspection +for types. |