summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_inspect.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-07-31 01:11:29 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-07-31 01:11:29 (GMT)
commitfa3922cfd0697bc3286c301c5d9458160c80cc89 (patch)
tree4a445aa0e1327d8c901f17911e83241eedea915d /Lib/test/test_inspect.py
parent2808e441c51d1d67c72e7cc053825cbbb1dd1b53 (diff)
downloadcpython-fa3922cfd0697bc3286c301c5d9458160c80cc89.zip
cpython-fa3922cfd0697bc3286c301c5d9458160c80cc89.tar.gz
cpython-fa3922cfd0697bc3286c301c5d9458160c80cc89.tar.bz2
Issue #13248: Delete remaining references of inspect.getargspec().
Noticed by Yaroslav Halchenko.
Diffstat (limited to 'Lib/test/test_inspect.py')
-rw-r--r--Lib/test/test_inspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_inspect.py b/Lib/test/test_inspect.py
index 309ee2a..db15b39 100644
--- a/Lib/test/test_inspect.py
+++ b/Lib/test/test_inspect.py
@@ -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