[New-bugs-announce] [issue1156] Suggested change to _exit function description in os module documentation

Johann Tonsing report at bugs.python.org
Wed Sep 12 20:23:15 CEST 2007


New submission from Johann Tonsing:

The document from which http://docs.python.org/lib/os-process.html was 
generated contains:

"Note: The standard way to exit is sys.exit(n). _exit() should normally 
only be used in the child process after a fork()."

Should "child" be replaced with "parent"?

This also applies to: http://docs.python.org/dev/library/os.html

Did not check the 3.0 docs (where can they be found?).

----------
components: Documentation
messages: 55853
nosy: jtonsing
severity: normal
status: open
title: Suggested change to _exit function description in os module documentation
type: behavior
versions: Python 2.5, Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1156>
__________________________________


More information about the New-bugs-announce mailing list