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 martin.panter
Recipients Antony.Lee, barry, eli.bendersky, ethan.furman, martin.panter, r.david.murray, serhiy.storchaka
Date 2015-04-11.23:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428795263.0.0.23864812695.issue23008@psf.upfronthosting.co.za>
In-reply-to
Content
The fix is definitely an improvement. Though there is still one obvious flaw remaining, which applies to any attribute that is set to None:

$ ~/proj/python/cpython/python -bWall -m pydoc builtins.None
No Python documentation found for 'builtins.None'.
Use help() to get the interactive help utility.
Use help(str) for help on the str class.
History
Date User Action Args
2015-04-11 23:34:23martin.pantersetrecipients: + martin.panter, barry, r.david.murray, eli.bendersky, ethan.furman, serhiy.storchaka, Antony.Lee
2015-04-11 23:34:23martin.pantersetmessageid: <1428795263.0.0.23864812695.issue23008@psf.upfronthosting.co.za>
2015-04-11 23:34:22martin.panterlinkissue23008 messages
2015-04-11 23:34:22martin.pantercreate