diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-12 22:33:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-12 22:33:06 (GMT) |
commit | 26305a03e3d501f9338af3f1373f8ec7da88838f (patch) | |
tree | c69a1822ec0f2412e726257a5fec4ab310c0e6b2 /Doc/library/rfc822.rst | |
parent | 6fd3321d6c2d374f4d46534e630b822e7da4310e (diff) | |
download | cpython-26305a03e3d501f9338af3f1373f8ec7da88838f.zip cpython-26305a03e3d501f9338af3f1373f8ec7da88838f.tar.gz cpython-26305a03e3d501f9338af3f1373f8ec7da88838f.tar.bz2 |
add py3k warnings to rfc822
Diffstat (limited to 'Doc/library/rfc822.rst')
-rw-r--r-- | Doc/library/rfc822.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/rfc822.rst b/Doc/library/rfc822.rst index 37fef78..4c938f5 100644 --- a/Doc/library/rfc822.rst +++ b/Doc/library/rfc822.rst @@ -9,7 +9,8 @@ .. deprecated:: 2.3 The :mod:`email` package should be used in preference to the :mod:`rfc822` - module. This module is present only to maintain backward compatibility. + module. This module is present only to maintain backward compatibility, and + has been removed in 3.0. This module defines a class, :class:`Message`, which represents an "email message" as defined by the Internet standard :rfc:`2822`. [#]_ Such messages |