]> 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:09:48 +0000 (21:09 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Apr 2015 18:09:48 +0000 (21:09 +0300)
commitb6076fb13c6bf97f4fae76da478a26e0f4f24879
tree3dfc0c5ce941dc2650c86df3f2a7fc7844f2e1d9
parentd73aca769f1f6eebb46faa9161cbebe806db3659
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/NEWS