Staging
v0.5.1
https://github.com/python/cpython
Revision 945fff44c496c3d918d42b148087faf73008c85d authored by Yury Selivanov on 22 May 2015, 20:28:05 UTC, committed by Yury Selivanov on 22 May 2015, 20:28:05 UTC
Also, deprecate formatargspec, formatargvalues, and getargvalues
functions.  Since we are deprecating 'getfullargspec' function in
3.5 (documentation only, no DeprecationWarning), it makes sense
to also deprecate functions designed to be directly used with it.

In 3.6 we will remove 'getargsspec' function (was deprecated since
Python 3.0), and start raising DeprecationWarnings in other
'getarg*' family of functions.  We can remove them in 3.7 or later.

Also, it is worth noting, that Signature API does not provide 100%
of functionality that deprecated APIs have.  It is important to do
a soft deprecation of outdated APIs in 3.5 to gather users feedback,
and improve Signature object.
1 parent c8386f7
History
Tip revision: 945fff44c496c3d918d42b148087faf73008c85d authored by Yury Selivanov on 22 May 2015, 20:28:05 UTC
Issue 20438: Add a note about deprecating old inspect APIs to whatsnew.
Tip revision: 945fff4
File Mode Size
bdist_wininst
clinic
example_nt
icons
WinMain.c -rw-r--r-- 449 bytes
_msi.c -rw-r--r-- 31.0 KB
config.c -rw-r--r-- 5.0 KB
dl_nt.c -rw-r--r-- 4.6 KB
dllbase_nt.txt -rw-r--r-- 3.5 KB
empty.c -rw-r--r-- 137 bytes
errmap.h -rw-r--r-- 2.1 KB
errmap.mak -rw-r--r-- 95 bytes
frozen_dllmain.c -rw-r--r-- 3.9 KB
generrmap.c -rw-r--r-- 849 bytes
getpathp.c -rw-r--r-- 24.6 KB
icons.mak -rw-r--r-- 213 bytes
icons.rc -rw-r--r-- 59 bytes
invalid_parameter_handler.c -rw-r--r-- 549 bytes
launcher.c -rw-r--r-- 49.3 KB
launcher.ico -rw-r--r-- 19.3 KB
make_versioninfo.c -rw-r--r-- 1.2 KB
msvcrtmodule.c -rw-r--r-- 14.3 KB
py.ico -rw-r--r-- 19.3 KB
pyc.ico -rw-r--r-- 19.3 KB
pycon.ico -rw-r--r-- 19.3 KB
pyconfig.h -rw-r--r-- 20.1 KB
pylauncher.rc -rw-r--r-- 1.3 KB
python.manifest -rw-r--r-- 595 bytes
python3.def -rw-r--r-- 35.1 KB
python3dll.c -rw-r--r-- 134 bytes
python_exe.rc -rw-r--r-- 1.2 KB
python_nt.rc -rw-r--r-- 1.2 KB
python_ver_rc.h -rw-r--r-- 1003 bytes
readme.txt -rw-r--r-- 3.6 KB
testpy.py -rw-r--r-- 836 bytes
winreg.c -rw-r--r-- 58.7 KB
winsound.c -rw-r--r-- 5.6 KB

readme.txt

back to top