[Python-checkins] CVS: python/dist/src/Doc/doc doc.tex,1.48,1.49

Fred L. Drake fdrake@users.sourceforge.net
Fri, 03 Aug 2001 11:36:19 -0700


Update of /cvsroot/python/python/dist/src/Doc/doc
In directory usw-pr-cvs1:/tmp/cvs-serv9689/doc

Modified Files:
	doc.tex 
Log Message:

Define the \mailheader macro and document conventions for using it.


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** doc.tex	2001/07/24 14:38:34	1.48
--- doc.tex	2001/08/03 18:36:17	1.49
***************
*** 835,838 ****
--- 835,849 ----
      \end{macrodesc}
  
+     \begin{macrodesc}{mailheader}{\p{name}}
+       The name of an \rfc{822}-style mail header.  This markup does
+       not imply that the header is being used in an email message, but
+       can be used to refer to any header of the same ``style.''  This
+       is also used for headers defined by the various MIME
+       specifications.  The header name should be entered in the same
+       way it would normally be found in practice, with the
+       camel-casing conventions being preferred where there is more
+       than one common usage.  For example: \mailheader{Content-Type}.
+     \end{macrodesc}
+ 
      \begin{macrodesc}{mimetype}{\p{name}}
        The name of a MIME type.