mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Issue #13248: Delete remaining references of inspect.getargspec().
Noticed by Yaroslav Halchenko.
This commit is contained in:
parent
2808e441c5
commit
fa3922cfd0
3 changed files with 4 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue