]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27062: add `__all__` to inspect module (GH-30003)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Fri, 10 Dec 2021 23:05:23 +0000 (04:35 +0530)
committerGitHub <noreply@github.com>
Fri, 10 Dec 2021 23:05:23 +0000 (00:05 +0100)
commit810c1769f1c24ed907bdf3cc1086db4e602a28ae
tree22c3c684aacf875042c5783ec72560f293e58acd
parent0fe104fce7da709edddb701baa2249e3275db1fd
bpo-27062: add `__all__` to inspect module (GH-30003)
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2021-12-09-11-50-32.bpo-27062.R5vii6.rst [new file with mode: 0644]