Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472f2e2 commit cdf8b34Copy full SHA for cdf8b34
1 file changed
Lib/mimetypes.py
@@ -2,9 +2,9 @@
2
3
This module defines two useful functions:
4
5
-guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
+guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
6
7
-guess_extension(type, strict=1) -- guess the extension for a given MIME type.
+guess_extension(type, strict=True) -- guess the extension for a given MIME type.
8
9
It also contains the following, for tuning the behavior:
10
0 commit comments