Skip to content

Improve support of PEP 383 (surrogates) in Python3: meta-issue #52489

Description

@vstinner
BPO 8242
Nosy @loewis, @vstinner
Dependencies
  • bpo-7606: test_xmlrpc fails with non-ascii path
  • bpo-8092: utf8, backslashreplace and surrogates
  • bpo-8383: pickle is unable to encode unicode surrogates
  • bpo-8390: tarfile: use surrogates for undecode fields
  • bpo-8391: os.execvpe() doesn't support surrogates in env
  • bpo-8393: subprocess: support undecodable current working directory on POSIX OS
  • bpo-8394: ctypes.dlopen() doesn't support surrogates
  • bpo-8412: os.system() doesn't support surrogates nor bytes
  • bpo-8467: subprocess: surrogates of the error message (Python implementation on non-Windows)
  • bpo-8468: bz2: support surrogates in filename, and bytes/bytearray filename
  • bpo-8477: _ssl: support surrogates in filenames, and bytes/bytearray filenames
  • bpo-8485: Don't accept bytearray as filenames, or simplify the API
  • Files
  • surrogates-7.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 = None
    closed_at = <Date 2010-07-29.22:27:45.277>
    created_at = <Date 2010-03-27.01:12:36.241>
    labels = ['invalid', 'expert-unicode']
    title = 'Improve support of PEP 383 (surrogates) in Python3: meta-issue'
    updated_at = <Date 2010-07-29.22:27:45.275>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2010-07-29.22:27:45.275>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-07-29.22:27:45.277>
    closer = 'vstinner'
    components = ['Unicode']
    creation = <Date 2010-03-27.01:12:36.241>
    creator = 'vstinner'
    dependencies = ['7606', '8092', '8383', '8390', '8391', '8393', '8394', '8412', '8467', '8468', '8477', '8485']
    files = ['17002']
    hgrepos = []
    issue_num = 8242
    keywords = ['patch']
    message_count = 13.0
    messages = ['101815', '101816', '101818', '102960', '103104', '103550', '103662', '103663', '103671', '103697', '104933', '112019', '112020']
    nosy_count = 2.0
    nosy_names = ['loewis', 'vstinner']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue8242'
    versions = ['Python 3.1', 'Python 3.2']

    Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

        Milestone

        No milestone

        Relationships

        None yet

        Development

        No branches or pull requests

        Issue actions