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 jtonsing
Recipients jtonsing
Date 2007-09-12.18:23:14
SpamBayes Score 0.0064096134
Marked as misclassified No
Message-id <1189621394.95.0.799707623344.issue1156@psf.upfronthosting.co.za>
In-reply-to
Content
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?).
History
Date User Action Args
2007-09-12 18:23:15jtonsingsetspambayes_score: 0.00640961 -> 0.0064096134
recipients: + jtonsing
2007-09-12 18:23:14jtonsingsetspambayes_score: 0.00640961 -> 0.00640961
messageid: <1189621394.95.0.799707623344.issue1156@psf.upfronthosting.co.za>
2007-09-12 18:23:14jtonsinglinkissue1156 messages
2007-09-12 18:23:14jtonsingcreate