subprocess.Popen(cwd) documentation: Posix vs Windows

Open
#59,738 45 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
30/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
python

Research direction

Start with the subprocess.Popen(cwd) documentation and the linked issue-15533 patch files, especially the test-case and default patches. Compare what the existing documentation says for Posix and Windows, then update it to describe the platform distinction clearly and verify the related test cases.

Written by the indexing model from the issue text.

Description

3.10 3.8 (EOL) 3.9 (EOL) docs OS-windows stdlib topic-subprocess type-bug
BPO 15533
Nosy @gpshead, @pfmoore, @tjguk, @ned-deily, @asvetlov, @cjerdonek, @zware, @eryksun, @zooba, @wm75, @damon-atkins, @cwendling
Files
  • issue-15533-test-cases-1.patch
  • issue-15533-2-default.patch
  • issue-15533-3-default.patch
  • issue-15533-4-default.patch
  • issue-15533-5-default.patch
  • issue-15533-6-default.patch
  • issue-15533-7-default.patch
  • issue-15533-8-default.patch
  • 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 = 'https://github.com/gpshead'
    closed_at = None
    created_at = <Date 2012-08-02.05:44:31.435>
    labels = ['type-bug', '3.8', '3.9', '3.10', 'library', 'OS-windows', 'docs']
    title = 'subprocess.Popen(cwd) documentation: Posix vs Windows'
    updated_at = <Date 2021-08-12.19:21:42.067>
    user = 'https://github.com/cjerdonek'
    

    bugs.python.org fields:

    activity = <Date 2021-08-12.19:21:42.067>
    actor = 'eryksun'
    assignee = 'gregory.p.smith'
    closed = False
    closed_date = None
    closer = None
    components = ['Documentation', 'Library (Lib)', 'Windows']
    creation = <Date 2012-08-02.05:44:31.435>
    creator = 'chris.jerdonek'
    dependencies = []
    files = ['27016', '27018', '27026', '27112', '27115', '27116', '27118', '27123']
    hgrepos = []
    issue_num = 15533
    keywords = ['patch', 'needs review']
    message_count = 45.0
    messages = ['167194', '169206', '169215', '169216', '169236', '169240', '169724', '169795', '169796', '169820', '169821', '169824', '169825', '169829', '169838', '169871', '170291', '171611', '171620', '171621', '171622', '171649', '171651', '171692', '177694', '177695', '177696', '177697', '177747', '185549', '281658', '281686', '282050', '282052', '286967', '319446', '319447', '319467', '319492', '319530', '320097', '388902', '388903', '399464', '399479']
    nosy_count = 16.0
    nosy_names = ['gregory.p.smith', 'paul.moore', 'tim.golden', 'ned.deily', 'cvrebert', 'asvetlov', 'chris.jerdonek', 'docs@python', 'python-dev', 'zach.ware', 'eryksun', 'steve.dower', 'pepalogik', 'wolma', 'damon-atkins', 'ban']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = 'needs patch'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue15533'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
    

    Dominant language
    Python
    Stars
    77.2k
    Forks
    36k
    Avg merge
    1d 9h
    Merged PRs (30d)
    558

    Contributor guide

    Open the contributing guide

    First steps

    1. Read the whole issue, then the project's contributing guide.
    2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
    3. Fork the repository and make your change on a branch.
    4. Open a pull request that references the issue number.

    More from python/cpython

    All issues in python/cpython

    Similar issues

    More Python issues

    Get new issues in your inbox

    A short digest of beginner-friendly GitHub issues.