Issue #13248: Delete remaining references of inspect.getargspec().

Noticed by Yaroslav Halchenko.
This commit is contained in:
Berker Peksag 2015-07-31 04:11:29 +03:00
parent 2808e441c5
commit fa3922cfd0
3 changed files with 4 additions and 9 deletions

View file

@ -38,7 +38,7 @@ from test.test_import import _ready_to_import
# ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
# isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers,
# getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
# getclasstree, getargspec, getargvalues, formatargspec, formatargvalues,
# getclasstree, getargvalues, formatargspec, formatargvalues,
# currentframe, stack, trace, isdatadescriptor
# NOTE: There are some additional tests relating to interaction with