This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Antony.Lee, barry, eli.bendersky, ethan.furman, martin.panter, python-dev, r.david.murray, serhiy.storchaka
Date 2015-04-21.18:11:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150421181145.98622.18067@psf.io>
In-reply-to
Content
New changeset d1b9eb9de8af by Serhiy Storchaka in branch '2.7':
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
https://hg.python.org/cpython/rev/d1b9eb9de8af

New changeset a480f470c469 by Serhiy Storchaka in branch '3.4':
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
https://hg.python.org/cpython/rev/a480f470c469

New changeset 03330e5edb37 by Serhiy Storchaka in branch 'default':
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
https://hg.python.org/cpython/rev/03330e5edb37
History
Date User Action Args
2015-04-21 18:11:48python-devsetrecipients: + python-dev, barry, r.david.murray, eli.bendersky, ethan.furman, martin.panter, serhiy.storchaka, Antony.Lee
2015-04-21 18:11:48python-devlinkissue23008 messages
2015-04-21 18:11:48python-devcreate