]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for SF bug 620190: getargspec() doesn't understand methods.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 27 Jun 2003 18:16:21 +0000 (18:16 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 27 Jun 2003 18:16:21 +0000 (18:16 +0000)
commit78347b509f7c503432762bdbc0cef02041419bcf
tree846fb49e7762bbc2d51397d4155a9937e4a5d1b0
parent5032dfe79792b1fadad01fde5497f4dc7a3c60e7
Fix for SF bug 620190: getargspec() doesn't understand methods.
Lib/inspect.py