New submission from Serhiy Storchaka:

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.

----------
components: Library (Lib)
messages: 210842
nosy: ncoghlan, serhiy.storchaka, yselivanov
priority: normal
severity: normal
status: open
title: Hide underscored parameters
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20583>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to