Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
>>>importmimetypes>>>mimetypes.guess_type("README.rst",strict=False)(None,None)
In thepython:3.11 Docker image, we geta vanity type:
>>>mimetypes.guess_type("README.rst",strict=False)('text/prs.fallenstein.rst',None)
I think most people would expecttext/x-rst. Even better would be to get it registered!