Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openpyxl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 242
    • Issues 242
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • openpyxl
  • openpyxl
  • Merge requests
  • !326

Merged
Created Mar 07, 2019 by Bitbucket Importer@bitbucket_importerOwner

manifest: use private mime type database

  • Overview 1
  • Commits 1
  • Changes 2

Created originally on Bitbucket by Hans-Jakob (Hans-Jakob Holtz)

Was already merged in Bitbucket before import, marked as merged by the import user

manifest: use private mime type database

This fixes #1221

The private mime database starts out as a copy of the global mime database.
In particular, it contains all well-known types like image/jpeg and image/png.
We add/overwrite our own types into that database instead of the global one.
This private database is immune to subsequent changes to the global mime
database, such as mimetypes.init() or conflicting add_type(...) calls.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bitbucket/merged-pr-326