Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b4810118
Commit
b4810118
authored
Apr 23, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shorten the section title.
Fix a couple of grammatical errors.
parent
c66bd740
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Doc/lib/libmimetypes.tex
Doc/lib/libmimetypes.tex
+5
-5
No files found.
Doc/lib/libmimetypes.tex
View file @
b4810118
...
...
@@ -3,10 +3,11 @@
% mimetypes module.
\section
{
\module
{
mimetypes
}
---
Map
ping of
filenames to MIME types
}
Map filenames to MIME types
}
\declaremodule
{
standard
}{
mimetypes
}
\modulesynopsis
{
Mapping of filename extensions to MIME types.
}
\sectionauthor
{
Fred L. Drake, Jr.
}{
fdrake@acm.org
}
\indexii
{
MIME
}{
content type
}
...
...
@@ -17,7 +18,7 @@ from filename to MIME type and from MIME type to filename extension;
encodings are not supported for the later conversion.
The functions described below provide the primary interface for this
module. If the module has not been initialized, they will call
the
module. If the module has not been initialized, they will call
\function
{
init()
}
.
...
...
@@ -76,9 +77,8 @@ initialized. This is set to true by \function{init()}.
\begin{datadesc}
{
knownfiles
}
List of type map file names commonly installed. These files are
typically names
\file
{
mime.types
}
and are installed in different
locations by different packages.
%
\index
{
file!mime.types
}
typically named
\file
{
mime.types
}
and are installed in different
locations by different packages.
\index
{
file!mime.types
}
\end{datadesc}
\begin{datadesc}
{
suffix
_
map
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment