]> granicus.if.org Git - python/commit
Ensure that isfunction(obj) and (the new) ismethoddescriptor(obj) never
authorTim Peters <tim.peters@gmail.com>
Thu, 20 Sep 2001 05:47:55 +0000 (05:47 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 20 Sep 2001 05:47:55 +0000 (05:47 +0000)
commitf1d90b965e50c17d09535c1f740942dde3d8a294
tree2996aa9005fb3a0728a2dcd0087eba187e34aabc
parentc9ed5dc81c143b70203905fe89ece96d0dcea1e3
Ensure that isfunction(obj) and (the new) ismethoddescriptor(obj) never
both return true.  This restores pydoc's ability to deduce argument lists
for functions and methods coded in Python.
Lib/inspect.py