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 yselivanov
Recipients georg.brandl, ncoghlan, r.david.murray, serhiy.storchaka, yselivanov
Date 2014-02-10.22:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392070857.53.0.295997429263.issue20583@psf.upfronthosting.co.za>
In-reply-to
Content
We can *probably* make a convention, that "dunder" parameters are hidden from the pydoc.

like 'func(a, b, *, c, __hidden__=True, __int__=int)'

Or simply those that start with '__'. I'd be -0 on that ;)
History
Date User Action Args
2014-02-10 22:20:57yselivanovsetrecipients: + yselivanov, georg.brandl, ncoghlan, r.david.murray, serhiy.storchaka
2014-02-10 22:20:57yselivanovsetmessageid: <1392070857.53.0.295997429263.issue20583@psf.upfronthosting.co.za>
2014-02-10 22:20:57yselivanovlinkissue20583 messages
2014-02-10 22:20:57yselivanovcreate