~pythonregexp2.7/python/issue2636-11

« back to all changes in this revision

Viewing changes to Doc/library/rfc822.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-21 17:53:26 UTC
  • mfrom: (39025.1.14 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080921175326-92vaej2hc3yuecxb
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
.. deprecated:: 2.3
11
11
   The :mod:`email` package should be used in preference to the :mod:`rfc822`
12
 
   module.  This module is present only to maintain backward compatibility.
 
12
   module.  This module is present only to maintain backward compatibility, and
 
13
   has been removed in 3.0.
13
14
 
14
15
This module defines a class, :class:`Message`, which represents an "email
15
16
message" as defined by the Internet standard :rfc:`2822`. [#]_  Such messages