[Python-bugs-list] [ python-Bugs-468384 ] os.P_* constants poorly documented

noreply@sourceforge.net noreply@sourceforge.net
Tue, 09 Oct 2001 11:07:18 -0700


Bugs item #468384, was opened at 2001-10-05 12:37
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=468384&group_id=5470

Category: Documentation
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: os.P_* constants poorly documented

Initial Comment:
The P_* constants in the os module are not well documented:

    Possible values for the mode parameter to spawnv()
    and spawnve().

Since these constants originated in the Windows spawn* functions, they are not likely to be well-understood outside that environment.  P_WAIT and P_NOWAIT have obvious meanings, but the others are unclear (at least to me).


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-10-09 11:07

Message:
Logged In: YES 
user_id=3066

Fixed in Doc/lib/libos.tex revision 1.67.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=468384&group_id=5470