[Python-checkins] python/dist/src/Doc/texinputs python.sty,1.101,1.102
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
2002年12月31日 07:04:40 -0800
Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory sc8-pr-cvs1:/tmp/cvs-serv29745/texinputs
Modified Files:
python.sty
Log Message:
Define \mimeheader as a strongly-preferred spelling for \mailheader.
Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** python.sty 30 Dec 2002 20:51:27 -0000 1.101
--- python.sty 31 Dec 2002 15:04:36 -0000 1.102
***************
*** 900,904 ****
\newcommand{\cdata}[1]{\texttt{#1}} % C variable, typically global
! \newcommand{\mailheader}[1]{{\py@smallsize\textsf{#1:}}}
\newcommand{\mimetype}[1]{{\py@smallsize\textsf{#1}}}
% The \! is a "negative thin space" in math mode.
--- 900,907 ----
\newcommand{\cdata}[1]{\texttt{#1}} % C variable, typically global
! \newcommand{\mimeheader}[1]{{\py@smallsize\textsf{#1:}}}
! \newcommand{\mailheader}[1]{%
! \mimeheader{#1}%
! \typeout{*** MACRO mailheader IS DEPRECATED -- USE mimeheader INSTEAD.}}
\newcommand{\mimetype}[1]{{\py@smallsize\textsf{#1}}}
% The \! is a "negative thin space" in math mode.