[issue23432] Duplicate content in SystemExit documentation

Martin Panter report at bugs.python.org
Tue Feb 10 22:47:17 CET 2015


Martin Panter added the comment:

The new text changes “the associated value” to “the value passed to [the] :func:`sys.exit` call”. There seems to be a trend in removing documentation of exception constructor arguments; is this intentional?

In my code I tend to raise SystemExit() directly rather than importing the “sys” module and calling sys.exit().

----------
nosy: +vadmium

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23432>
_______________________________________


More information about the Python-bugs-list mailing list