Closed
Description
Bug report
Bug description:
from mimetypes import MimeTypes
m = MimeTypes()
m.add_type # type checking error
The add_type
method is not defined on the class interface, and also not defined in the RST file for the docs.
CPython versions tested on:
3.8, 3.9, 3.10, 3.11, 3.12, 3.13, CPython main branch
Operating systems tested on:
Linux, macOS, Windows