diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 (GMT) |
commit | 469271d4ea02322f526414c0ed51556410b0d3e6 (patch) | |
tree | 26b8af47b4427cc9f042947aaa241ce69a998545 /Doc/library/mailcap.rst | |
parent | 1a90f9c52fbf3ec0318c4c9defafe8403f6146b9 (diff) | |
download | cpython-469271d4ea02322f526414c0ed51556410b0d3e6.zip cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.gz cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.bz2 |
More source links
Diffstat (limited to 'Doc/library/mailcap.rst')
-rw-r--r-- | Doc/library/mailcap.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/mailcap.rst b/Doc/library/mailcap.rst index 0a0a790..4bb31bf 100644 --- a/Doc/library/mailcap.rst +++ b/Doc/library/mailcap.rst @@ -4,6 +4,9 @@ .. module:: mailcap :synopsis: Mailcap file handling. +**Source code:** :source:`Lib/mailcap.py` + +-------------- Mailcap files are used to configure how MIME-aware applications such as mail readers and Web browsers react to files with different MIME types. (The name |