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 serhiy.storchaka
Recipients Antony.Lee, barry, eli.bendersky, ethan.furman, martin.panter, r.david.murray, serhiy.storchaka
Date 2015-04-14.08:00:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428998455.77.0.753809580166.issue23008@psf.upfronthosting.co.za>
In-reply-to
Content
I think we can ignore this flaw. 'pydoc None' works, and any solution for None aliases could break existing code that use private pydoc functions.

Here is a patch with a test.
History
Date User Action Args
2015-04-14 08:00:55serhiy.storchakasetrecipients: + serhiy.storchaka, barry, r.david.murray, eli.bendersky, ethan.furman, martin.panter, Antony.Lee
2015-04-14 08:00:55serhiy.storchakasetmessageid: <1428998455.77.0.753809580166.issue23008@psf.upfronthosting.co.za>
2015-04-14 08:00:55serhiy.storchakalinkissue23008 messages
2015-04-14 08:00:55serhiy.storchakacreate