]> granicus.if.org Git - python/commit
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Apr 2015 18:11:13 +0000 (21:11 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Apr 2015 18:11:13 +0000 (21:11 +0300)
commitf5e8540e1bda85f041fc7ce592e3079c16f18a1b
tree9130a4249b59971b0e0210d2e8f326b3792a8646
parent273a720f876e754013e17fab0ab9b599284239f7
parentb6076fb13c6bf97f4fae76da478a26e0f4f24879
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/NEWS