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

Make `commands' module work on Windows #39897

Closed
tebeka mannequin opened this issue Feb 3, 2004 · 2 comments
Closed

Make `commands' module work on Windows #39897

tebeka mannequin opened this issue Feb 3, 2004 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@tebeka
Copy link
Mannequin

tebeka mannequin commented Feb 3, 2004

BPO 889949
Nosy @tebeka
Files
  • commands.py.diff: Diff for commands.py
  • 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 2004-08-15.13:14:57.000>
    created_at = <Date 2004-02-03.20:58:15.000>
    labels = ['library']
    title = "Make `commands' module work on Windows"
    updated_at = <Date 2004-08-15.13:14:57.000>
    user = 'https://github.com/tebeka'

    bugs.python.org fields:

    activity = <Date 2004-08-15.13:14:57.000>
    actor = 'jlgijsbers'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2004-02-03.20:58:15.000>
    creator = 'tebeka'
    dependencies = []
    files = ['5804']
    hgrepos = []
    issue_num = 889949
    keywords = ['patch']
    message_count = 2.0
    messages = ['45348', '45349']
    nosy_count = 2.0
    nosy_names = ['jlgijsbers', 'tebeka']
    pr_nums = []
    priority = 'normal'
    resolution = 'rejected'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue889949'
    versions = ['Python 2.3']

    @tebeka
    Copy link
    Mannequin Author

    tebeka mannequin commented Feb 3, 2004

    Currently the commands' module does not work on windows. A small patch fix this. getstatus' is not created on windows.

    Miki

    @tebeka tebeka mannequin closed this as completed Feb 3, 2004
    @tebeka tebeka mannequin added the stdlib Python modules in the Lib dir label Feb 3, 2004
    @tebeka tebeka mannequin closed this as completed Feb 3, 2004
    @tebeka tebeka mannequin added the stdlib Python modules in the Lib dir label Feb 3, 2004
    @jlgijsbers
    Copy link
    Mannequin

    jlgijsbers mannequin commented Aug 15, 2004

    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.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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

    0 participants