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.

classification
Title: Make `commands' module work on Windows
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: jlgijsbers, tebeka
Priority: normal Keywords: patch

Created on 2004-02-03 20:58 by tebeka, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
commands.py.diff tebeka, 2004-02-03 20:58 Diff for commands.py
Messages (2)
msg45348 - (view) Author: Miki Tebeka (tebeka) * Date: 2004-02-03 20:58
Currently the `commands' module does not work on windows.
A small patch fix this.
`getstatus' is not created on windows.

Miki
msg45349 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-08-15 13:14
Logged In: YES 
user_id=469548

The commands module is going to stay Unix-specific. There
are too many potential issues with trying to support the
various win32 command interpreters. See
http://mail.python.org/pipermail/python-dev/2004-August/047774.html
and its responses.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39897
2004-02-03 20:58:15tebekacreate