diff options
author | Georg Brandl <georg@python.org> | 2009-06-08 09:13:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-08 09:13:45 (GMT) |
commit | cd7f32b6cd0dc03383319846e4c7962b4716e439 (patch) | |
tree | b455b6962e36ced3a77b5f7ab8e647df57c3b790 /Doc/library/mailcap.rst | |
parent | cdf8b34b5164fb660c6d2554efb0bf45896c09e2 (diff) | |
download | cpython-cd7f32b6cd0dc03383319846e4c7962b4716e439.zip cpython-cd7f32b6cd0dc03383319846e4c7962b4716e439.tar.gz cpython-cd7f32b6cd0dc03383319846e4c7962b4716e439.tar.bz2 |
Signature documentation style update, modules J, K, L and M.
Diffstat (limited to 'Doc/library/mailcap.rst')
-rw-r--r-- | Doc/library/mailcap.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/mailcap.rst b/Doc/library/mailcap.rst index 8dcb1ec..0a0a790 100644 --- a/Doc/library/mailcap.rst +++ b/Doc/library/mailcap.rst @@ -5,7 +5,6 @@ :synopsis: Mailcap file handling. - 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 "mailcap" is derived from the phrase "mail capability".) For example, a mailcap @@ -20,7 +19,7 @@ Mechanism For Multimedia Mail Format Information," but is not an Internet standard. However, mailcap files are supported on most Unix systems. -.. function:: findmatch(caps, MIMEtype[, key[, filename[, plist]]]) +.. function:: findmatch(caps, MIMEtype, key='view', filename='/dev/null', plist=[]) Return a 2-tuple; the first element is a string containing the command line to be executed (which can be passed to :func:`os.system`), and the second element |