Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spawnlp is missing #42617

Closed
gtm256 mannequin opened this issue Nov 21, 2005 · 2 comments
Closed

spawnlp is missing #42617

gtm256 mannequin opened this issue Nov 21, 2005 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@gtm256
Copy link
Mannequin

gtm256 mannequin commented Nov 21, 2005

BPO 1363104
Nosy @akuchling

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2005-12-04.20:20:39.000>
created_at = <Date 2005-11-21.21:16:49.000>
labels = ['invalid', 'library']
title = 'spawnlp is missing'
updated_at = <Date 2005-12-04.20:20:39.000>
user = 'https://bugs.python.org/gtm256'

bugs.python.org fields:

activity = <Date 2005-12-04.20:20:39.000>
actor = 'akuchling'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-21.21:16:49.000>
creator = 'gtm256'
dependencies = []
files = []
hgrepos = []
issue_num = 1363104
keywords = []
message_count = 2.0
messages = ['26911', '26912']
nosy_count = 2.0
nosy_names = ['akuchling', 'gtm256']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1363104'
versions = []

@gtm256
Copy link
Mannequin Author

gtm256 mannequin commented Nov 21, 2005

spawnlp is missing from my os module.

I am running 2.4.2 on windows 2000.

>>> dir(os)
['F_OK', 'O_APPEND', 'O_BINARY', 'O_CREAT', 'O_EXCL', '
O_NOINHERIT', 'O_RANDOM', 'O_RDONLY', 'O_RDWR', 'O_SEQU
ENTIAL', 'O_SHORT_LIVED', 'O_TEMPORARY', 'O_TEXT', 'O_T
RUNC', 'O_WRONLY', 'P_DETACH', 'P_NOWAIT', 'P_NOWAITO',
 'P_OVERLAY', 'P_WAIT', 'R_OK', 'TMP_MAX', 'UserDict', 
'W_OK', 'X_OK', '_Environ', '__all__', '__builtins__', 
'__doc__', '__file__', '__name__', '_copy_reg', '_execv
pe', '_exists', '_exit', '_get_exports_list', '_make_st
at_result', '_make_statvfs_result', '_pickle_stat_resul
t', '_pickle_statvfs_result', 'abort', 'access', 'altse
p', 'chdir', 'chmod', 'close', 'curdir', 'defpath', 'de
vnull', 'dup', 'dup2', 'environ', 'error', 'execl', 'ex
ecle', 'execlp', 'execlpe', 'execv', 'execve', 'execvp'
, 'execvpe', 'extsep', 'fdopen', 'fstat', 'fsync', 'get
cwd', 'getcwdu', 'getenv', 'getpid', 'isatty', 'linesep
', 'listdir', 'lseek', 'lstat', 'makedirs', 'mkdir', 'n
ame', 'open', 'pardir', 'path', 'pathsep', 'pipe', 'pop
en', 'popen2', 'popen3', 'popen4', 'putenv', 'read', 'r
emove', 'removedirs', 'rename', 'renames', 'rmdir', 'se
p', 'spawnl', 'spawnle', 'spawnv', 'spawnve', 'startfil
e', 'stat', 'stat_float_times', 'stat_result', 'statvfs
_result', 'strerror', 'sys', 'system', 'tempnam', 'time
s', 'tmpfile', 'tmpnam', 'umask', 'unlink', 'unsetenv',
 'urandom', 'utime', 'waitpid', 'walk', 'write']

@gtm256 gtm256 mannequin closed this as completed Nov 21, 2005
@gtm256 gtm256 mannequin added invalid stdlib Python modules in the Lib dir labels Nov 21, 2005
@gtm256 gtm256 mannequin closed this as completed Nov 21, 2005
@gtm256 gtm256 mannequin added invalid stdlib Python modules in the Lib dir labels Nov 21, 2005
@akuchling
Copy link
Member

Logged In: YES
user_id=11375

Not a bug: spawnlp and spawnvp are not available on Windows.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant