[Python-bugs-list] [Bug #124764] P_DETACH advertised but not supported

noreply@sourceforge.net noreply@sourceforge.net
Wed, 6 Dec 2000 13:21:43 -0800


Bug #124764, was updated on 2000-Dec-06 13:21
Here is a current snapshot of the bug.

Project: Python
Category: Library
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: brey
Assigned to : Nobody
Summary: P_DETACH advertised but not supported

Details: The os documentation (os-process.html) describes a P_DETACH mode for use with spawnv, which it says became available in version 1.52.  However, using version 2.0 on Windows, there is no such name in the os module and looking at the code in os.py, P_DETACH doesn't seem to be supported at all.  Did that feature go away? ever exist? hiding in an unspecified namespace? In any case, the docs and the code should be in sync.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=124764&group_id=5470