]> granicus.if.org Git - python/commit
fix inspect.isclass() on instances with a custom __getattr__ #1225107
authorBenjamin Peterson <benjamin@python.org>
Sat, 17 Jan 2009 22:27:54 +0000 (22:27 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 17 Jan 2009 22:27:54 +0000 (22:27 +0000)
commit5e5fbb612d8109078c2777e1759277f9144616d0
tree31cc5456eb32eb87d987bcdaea2a91a090947bf7
parent59ce042766d95a1471b08241038b8e0f4a65743a
fix inspect.isclass() on instances with a custom __getattr__ #1225107
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS