• Yury Selivanov's avatar
    Issue 20438: Add a note about deprecating old inspect APIs to whatsnew. · 945fff44
    Yury Selivanov yazdı
    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.
    945fff44
Adı
Son kayıt (commit)
Son güncelleme
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Programs Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.hgtouch Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
aclocal.m4 Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...