@@ -39,8 +39,8 @@ the information :func:`init` sets up.
3939 (e.g. :program: `compress ` or :program: `gzip `). The encoding is suitable for use
4040 as a :mailheader: `Content-Encoding ` header, **not ** as a
4141 :mailheader: `Content-Transfer-Encoding ` header. The mappings are table driven.
42- Encoding suffixes are case sensitive. Suffix mappings and type suffixes are
43- first tried case sensitively, then case insensitively.
42+ Encoding suffixes are case- sensitive. Suffix mappings and type suffixes are
43+ first tried case- sensitively, then case- insensitively.
4444
4545 The optional *strict * argument is a flag specifying whether the list of known MIME types
4646 is limited to only the official types `registered with IANA
@@ -131,6 +131,8 @@ behavior of the module.
131131 is already known the extension will be added to the list of known extensions.
132132 Valid extensions are empty or start with a ``'.' ``.
133133
134+ Registered lower-case extensions are matched case-insensitively.
135+
134136 When *strict * is ``True `` (the default), the mapping will be added to the
135137 official MIME types, otherwise to the non-standard ones.
136138
@@ -312,6 +314,8 @@ than one MIME-type database; it provides an interface similar to the one of the
312314 extension is already known, the new type will replace the old one. When the type
313315 is already known the extension will be added to the list of known extensions.
314316
317+ Registered lower-case extensions are matched case-insensitively.
318+
315319 When *strict * is ``True `` (the default), the mapping will be added to the
316320 official MIME types, otherwise to the non-standard ones.
317321
0 commit comments