]> granicus.if.org Git - python/commit
Have pydoc try handling an object as "other" if the object does not act the way
authorBrett Cannon <bcannon@gmail.com>
Wed, 11 Jun 2003 23:38:55 +0000 (23:38 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 11 Jun 2003 23:38:55 +0000 (23:38 +0000)
commit28a4f0f9659e6f64eee8905b21953e7ba6ff68fa
tree0c267d3bab7eadc5a3c1f8db9845c4532be2db8a
parent10147f7d1321441e46463fd8aa18bc2dd0be6c2d
Have pydoc try handling an object as "other" if the object does not act the way
it expects based on what inspect classifies it as.

Closes bug #729103 .
Lib/pydoc.py