Staging
v0.5.0
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
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 584 bytes
.gitignore -rw-r--r-- 1.3 KB
.hgeol -rw-r--r-- 996 bytes
.hgignore -rw-r--r-- 1.2 KB
.hgtags -rw-r--r-- 7.1 KB
.hgtouch -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 55.3 KB
README -rw-r--r-- 6.6 KB
aclocal.m4 -rw-r--r-- 8.3 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 454.0 KB
configure.ac -rw-r--r-- 147.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.8 KB
setup.py -rw-r--r-- 95.6 KB

README

back to top