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 ncoghlan, serhiy.storchaka, yselivanov
Date 2014-02-10.14:46:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392043608.85.0.259455766177.issue20583@psf.upfronthosting.co.za>
In-reply-to
Content
Underscored parameters of functions sometimes are used for different purposes. For example see random.Random.randrange(), subprocess.Popen.__del__() or codecs.CodecInfo.__new__(). These parameters are not a part of public API and should be excluded from help() or pydoc output.
History
Date User Action Args
2014-02-10 14:46:48serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, yselivanov
2014-02-10 14:46:48serhiy.storchakasetmessageid: <1392043608.85.0.259455766177.issue20583@psf.upfronthosting.co.za>
2014-02-10 14:46:48serhiy.storchakalinkissue20583 messages
2014-02-10 14:46:48serhiy.storchakacreate