From 452fc854b18e6c3bc0c1aedc997201fcc8bf9e10 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 6 Oct 2002 02:38:46 +0000 Subject: Backport 1.42 documenting impending deprecation in favor of the email module. --- Doc/lib/librfc822.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex index a54c7dc..1277d8e 100644 --- a/Doc/lib/librfc822.tex +++ b/Doc/lib/librfc822.tex @@ -4,6 +4,11 @@ \declaremodule{standard}{rfc822} \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 \rfc{2822}.\footnote{This module originally conformed to \rfc{822}, -- cgit v0.12