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 missing mimetypes for fonts #84852

Closed
sahil290791 mannequin opened this issue May 19, 2020 · 1 comment · Fixed by #20199
Closed

Add missing mimetypes for fonts #84852

sahil290791 mannequin opened this issue May 19, 2020 · 1 comment · Fixed by #20199
Labels
stdlib Python modules in the Lib dir

Comments

@sahil290791
Copy link
Mannequin

sahil290791 mannequin commented May 19, 2020

BPO 40675
Nosy @sahil290791
PRs
  • gh-84852: Add MIME types for .eot, ,otf, .ttf, .woff and .woff2 fonts #20199
  • 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 = None
    created_at = <Date 2020-05-19.01:08:13.333>
    labels = ['library']
    title = 'Add missing mimetypes for fonts'
    updated_at = <Date 2020-05-19.01:08:13.333>
    user = 'https://github.com/sahil290791'

    bugs.python.org fields:

    activity = <Date 2020-05-19.01:08:13.333>
    actor = 'sahil.prajapati'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2020-05-19.01:08:13.333>
    creator = 'sahil.prajapati'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40675
    keywords = []
    message_count = 1.0
    messages = ['369312']
    nosy_count = 1.0
    nosy_names = ['sahil.prajapati']
    pr_nums = ['20199']
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue40675'
    versions = []

    Linked PRs

    @sahil290791
    Copy link
    Mannequin Author

    sahil290791 mannequin commented May 19, 2020

    Currently guess_type method of mimetype fails to identity fonts from their extensions.

    @sahil290791 sahil290791 mannequin added stdlib Python modules in the Lib dir labels May 19, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    hugovk added a commit that referenced this issue Nov 12, 2024
    …#20199)
    
    Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
    Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
    picnixz pushed a commit to picnixz/cpython that referenced this issue Dec 8, 2024
    … fonts (python#20199)
    
    Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
    Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
    ebonnal pushed a commit to ebonnal/cpython that referenced this issue Jan 12, 2025
    … fonts (python#20199)
    
    Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
    Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
    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

    Successfully merging a pull request may close this issue.

    0 participants