[Python-checkins] python/dist/src/Doc/lib librfc822.tex,1.38.14.2,1.38.14.3

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 05 Oct 2002 19:38:48 -0700


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

Modified Files:
      Tag: release22-maint
	librfc822.tex 
Log Message:
Backport 1.42 documenting impending deprecation in favor of the email
module.


Index: librfc822.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librfc822.tex,v
retrieving revision 1.38.14.2
retrieving revision 1.38.14.3
diff -C2 -d -r1.38.14.2 -r1.38.14.3
*** librfc822.tex	6 Aug 2002 21:22:59 -0000	1.38.14.2
--- librfc822.tex	6 Oct 2002 02:38:46 -0000	1.38.14.3
***************
*** 5,8 ****
--- 5,13 ----
  \modulesynopsis{Parse \rfc{2822} style mail messages.}
  
+ \deprecated{2.3}{The \refmodule{email} package should be used in
+                  preference to the \module{rfc822} module.  This
+                  module is present only to maintain backward
+                  compatibility.}
+ 
  This module defines a class, \class{Message}, which represents an
  ``email message'' as defined by the Internet standard