Skip to content

subprocess seems to use local encoding and give no choice #50385

@mark-summerfield

Description

@mark-summerfield
BPO 6135
Nosy @gpshead, @amauryfa, @ncoghlan, @pitrou, @vstinner, @mark-summerfield, @merwok, @bitdancer, @mightyiam, @andyclegg, @cjerdonek, @vadmium, @eryksun, @zooba, @davispuh
PRs
  • bpo-6135: Fix subprocess.check_output() doc to mention changes in 3.6 #5564
  • [3.7] bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) #5572
  • [3.6] bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) #5573
  • Files
  • subprocess.patch: Add encoding and errors to subprocess.Popen. Based against trunk.
  • subprocess3.patch: Add encoding and errors to subprocess.Popen. Based against py3k.
  • test_subprocess3.py.patch: unittests for encoding parameter
  • subProcessTest.py: Workaround example. Calls itself as a sub-process.
  • 6135_1.patch
  • 6135_2.patch
  • 6135_3.patch
  • 6135_4.patch
  • 6135_5.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/zooba'
    closed_at = <Date 2016-09-07.03:18:30.672>
    created_at = <Date 2009-05-28.07:08:42.275>
    labels = ['type-feature', 'library']
    title = 'subprocess seems to use local encoding and give no choice'
    updated_at = <Date 2018-02-07.02:11:33.939>
    user = 'https://github.com/mark-summerfield'

    bugs.python.org fields:

    activity = <Date 2018-02-07.02:11:33.939>
    actor = 'gregory.p.smith'
    assignee = 'steve.dower'
    closed = True
    closed_date = <Date 2016-09-07.03:18:30.672>
    closer = 'steve.dower'
    components = ['Library (Lib)']
    creation = <Date 2009-05-28.07:08:42.275>
    creator = 'mark'
    dependencies = []
    files = ['14293', '14294', '14295', '28760', '44386', '44389', '44398', '44404', '44408']
    hgrepos = []
    issue_num = 6135
    keywords = ['patch']
    message_count = 66.0
    messages = ['88466', '89094', '89293', '89322', '89325', '89332', '89333', '97090', '97092', '97093', '111181', '111466', '123020', '123024', '148025', '148066', '148484', '148494', '148495', '148496', '148498', '168191', '168213', '180157', '265785', '265793', '265812', '265822', '274467', '274468', '274469', '274481', '274489', '274492', '274497', '274509', '274510', '274517', '274518', '274519', '274561', '274562', '274566', '274574', '274642', '274644', '274646', '274648', '274649', '274651', '274653', '274665', '274699', '274736', '274737', '282291', '282294', '282298', '304049', '304060', '304118', '304119', '304126', '311756', '311757', '311760']
    nosy_count = 20.0
    nosy_names = ['gregory.p.smith', 'amaury.forgeotdarc', 'ncoghlan', 'pitrou', 'vstinner', 'mark', 'eric.araujo', 'segfaulthunter', 'Arfrever', 'r.david.murray', 'srid', 'mightyiam', 'andrewclegg', 'chris.jerdonek', 'python-dev', 'martin.panter', 'eryksun', 'steve.dower', 'berwin22', 'davispuh']
    pr_nums = ['5564', '5572', '5573']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue6135'
    versions = ['Python 3.6']

    Metadata

    Metadata

    Assignees

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions