diff -r f8b40d33e45d Doc/library/email.rst --- a/Doc/library/email.rst Tue Mar 18 09:20:25 2014 -0500 +++ b/Doc/library/email.rst Tue Mar 18 21:09:37 2014 -0400 @@ -91,13 +91,13 @@ +---------------+------------------------------+-----------------------+ | :const:`2.5` | Python 2.2.2+ and Python 2.3 | Python 2.1 to 2.5 | +---------------+------------------------------+-----------------------+ -| :const:`3.0` | Python 2.4 | Python 2.3 to 2.5 | +| :const:`3.0` | Python 2.4 and Python 2.5 | Python 2.3 to 2.6 | +---------------+------------------------------+-----------------------+ -| :const:`4.0` | Python 2.5 | Python 2.3 to 2.5 | +| :const:`4.0` | Python 2.5 to Python 2.7 | Python 2.3 to 2.7 | +---------------+------------------------------+-----------------------+ | :const:`5.0` | Python 3.0 and Python 3.1 | Python 3.0 to 3.2 | +---------------+------------------------------+-----------------------+ -| :const:`5.1` | Python 3.2 | Python 3.0 to 3.2 | +| :const:`5.1` | Python 3.2 to Python 3.4 | Python 3.0 to 3.4 | +---------------+------------------------------+-----------------------+ Here are the major differences between :mod:`email` version 5.1 and