diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2019-05-16 20:08:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 20:08:15 (GMT) |
commit | aee19f54f6fe45f6b3c906987941e5a8af4468e9 (patch) | |
tree | da9a3967721268606f7199a0effd5cc28ff96c91 /Misc/NEWS.d | |
parent | 54b43bb3bb88339b63182b3515cda3efa530ed62 (diff) | |
download | cpython-aee19f54f6fe45f6b3c906987941e5a8af4468e9.zip cpython-aee19f54f6fe45f6b3c906987941e5a8af4468e9.tar.gz cpython-aee19f54f6fe45f6b3c906987941e5a8af4468e9.tar.bz2 |
bpo-36751: Undeprecate getfullargspec (GH-13245)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/3.8.0a4.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Misc/NEWS.d/3.8.0a4.rst b/Misc/NEWS.d/3.8.0a4.rst index 76bb497..b92e60a 100644 --- a/Misc/NEWS.d/3.8.0a4.rst +++ b/Misc/NEWS.d/3.8.0a4.rst @@ -33,17 +33,6 @@ directory if the :envvar:`PATH` environment variable is not set. .. -.. bpo: 36751 -.. date: 2019-04-29-23-30-21 -.. nonce: 3NCRbm -.. section: Core and Builtins - -The :func:`~inspect.getfullargspec` function in the :mod:`inspect` module is -deprecated in favor of the :func:`inspect.signature` API. Contributed by -Pablo Galindo. - -.. - .. bpo: 36722 .. date: 2019-04-25-21-02-40 .. nonce: 8NApVM |