[issue1156] Suggested change to _exit function description in os module documentation
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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1156> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1156] Suggested change to _exit function description in os module documentation
Johann Tonsing added the comment: Thanks for explaining. (FWIW I reported this because several examples / recipes I saw elsewhere on the net used os._exit() in the parent. Perhaps they did this because they don't want to disrupt resources like file descriptors which the child has inherited or something.) __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1156> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1401] urllib2 302 POST
Changes by Johann Tonsing: -- nosy: +jtonsing __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1401> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com