MimeTypes.readfp(fp, strict=True)
Load MIME type information from an open file fp. The file must have the format of the standard mime.types
files.
If strict is True
, information will be added to the list of standard types, else to the list of non-standard types.
Please login to continue.