]> granicus.if.org Git - python/commit
Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Jan 2012 16:39:01 +0000 (17:39 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 18 Jan 2012 16:39:01 +0000 (17:39 +0100)
commite09bc1e8f54620e938b7e076830b872a8daabd2c
tree79bee47d17f3651373481d90b05e1bcdc46539f3
parenta8f75da8f2231a7e313792b74eaf06485f7cb86c
Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods.
Python 3 isn't affected (unbound methods don't exist).
Thanks to Vincent Pelletier for noticing.
Lib/inspect.py
Lib/test/test_inspect.py