diff options
author | Anthony Sottile <asottile@umich.edu> | 2021-05-22 14:51:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 14:51:43 (GMT) |
commit | 9e746e3298da36f4e8df0495f91a720f3e54ea33 (patch) | |
tree | b0c7123d7f83d3699456ce2b82c478eb8689ae3f /Misc | |
parent | e9f66aedf44ccc3be27975cfb070a44ce6a6bd13 (diff) | |
download | cpython-9e746e3298da36f4e8df0495f91a720f3e54ea33.zip cpython-9e746e3298da36f4e8df0495f91a720f3e54ea33.tar.gz cpython-9e746e3298da36f4e8df0495f91a720f3e54ea33.tar.bz2 |
bpo-20684: Remove unused inspect._signature_get_bound_param (GH-21100)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-07-30-14-37-15.bpo-20684.qV35GU.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-07-30-14-37-15.bpo-20684.qV35GU.rst b/Misc/NEWS.d/next/Library/2020-07-30-14-37-15.bpo-20684.qV35GU.rst new file mode 100644 index 0000000..56bc1e4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-07-30-14-37-15.bpo-20684.qV35GU.rst @@ -0,0 +1,2 @@ +Remove unused ``_signature_get_bound_param`` function from :mod:`inspect` - +by Anthony Sottile. |