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

Add image/heif(heic) to list of media types in mimetypes.py #87708

Closed
martbln mannequin opened this issue Mar 18, 2021 · 2 comments
Closed

Add image/heif(heic) to list of media types in mimetypes.py #87708

martbln mannequin opened this issue Mar 18, 2021 · 2 comments
Assignees
Labels
3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@martbln
Copy link
Mannequin

martbln mannequin commented Mar 18, 2021

BPO 43542
Nosy @gpshead, @martbln
PRs
  • bpo-43542: Add heif/heic formats in mimetypes #24917
  • 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 = <Date 2021-03-20.23:06:52.769>
    created_at = <Date 2021-03-18.11:34:06.099>
    labels = ['type-feature', 'library', '3.10']
    title = 'Add image/heif(heic) to list of media types in mimetypes.py'
    updated_at = <Date 2021-03-20.23:06:52.769>
    user = 'https://github.com/martbln'

    bugs.python.org fields:

    activity = <Date 2021-03-20.23:06:52.769>
    actor = 'gregory.p.smith'
    assignee = 'gregory.p.smith'
    closed = True
    closed_date = <Date 2021-03-20.23:06:52.769>
    closer = 'gregory.p.smith'
    components = ['Library (Lib)']
    creation = <Date 2021-03-18.11:34:06.099>
    creator = 'martbln'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43542
    keywords = ['patch']
    message_count = 2.0
    messages = ['389012', '389197']
    nosy_count = 2.0
    nosy_names = ['gregory.p.smith', 'martbln']
    pr_nums = ['24917']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue43542'
    versions = ['Python 3.10']

    @martbln
    Copy link
    Mannequin Author

    martbln mannequin commented Mar 18, 2021

    Add HEIF and HEIC format to list of media types. It has IANA registration.

    IANA: https://www.iana.org/assignments/media-types/image/heic
    HEIF Github: https://github.com/nokiatech/heif

    @martbln martbln mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Mar 18, 2021
    @gpshead gpshead added the 3.10 only security fixes label Mar 20, 2021
    @gpshead gpshead self-assigned this Mar 20, 2021
    @gpshead gpshead added the 3.10 only security fixes label Mar 20, 2021
    @gpshead gpshead self-assigned this Mar 20, 2021
    @gpshead
    Copy link
    Member

    gpshead commented Mar 20, 2021

    New changeset 20a5b7e by Ilya Stepin in branch 'master':
    bpo-43542: Add heif/heic formats in mimetypes (GH-24917)
    20a5b7e

    @gpshead gpshead closed this as completed Mar 20, 2021
    @gpshead gpshead closed this as completed Mar 20, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant