diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2018-10-19 23:40:45 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2018-10-19 23:40:45 (GMT) |
commit | ded87d804e2a85b2a3ea9e7a11384b41fafdfa29 (patch) | |
tree | 3695c896b456710543dadb95ce11adeb18d2e193 /Misc/NEWS.d | |
parent | 0f14fc1a7cb2ea0012d0a943e4460acdee2108d7 (diff) | |
download | cpython-ded87d804e2a85b2a3ea9e7a11384b41fafdfa29.zip cpython-ded87d804e2a85b2a3ea9e7a11384b41fafdfa29.tar.gz cpython-ded87d804e2a85b2a3ea9e7a11384b41fafdfa29.tar.bz2 |
bpo-33594: Add deprecation info in inspect.py module (GH-7036)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-05-21-14-36-12.bpo-33594.-HRcyX.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-05-21-14-36-12.bpo-33594.-HRcyX.rst b/Misc/NEWS.d/next/Documentation/2018-05-21-14-36-12.bpo-33594.-HRcyX.rst new file mode 100644 index 0000000..a63c4a5 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-05-21-14-36-12.bpo-33594.-HRcyX.rst @@ -0,0 +1,3 @@ +Document ``getargspec``, ``from_function`` and ``from_builtin`` as +deprecated in their respective docstring, and include version since +deprecation in DeprecationWarning message. |