File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,15 +91,19 @@ table also describes the Python compatibility of each version of the package.
9191+---------------+------------------------------+-----------------------+
9292| :const: `2.5 ` | Python 2.2.2+ and Python 2.3 | Python 2.1 to 2.5 |
9393+---------------+------------------------------+-----------------------+
94- | :const: `3.0 ` | Python 2.4 | Python 2.3 to 2.5 |
94+ | :const: `3.0 ` | Python 2.4 and Python 2.5 | Python 2.3 to 2.6 |
9595+---------------+------------------------------+-----------------------+
96- | :const: `4.0 ` | Python 2.5 | Python 2.3 to 2.5 |
96+ | :const: `4.0 ` | Python 2.5 to Python 2.7 | Python 2.3 to 2.7 |
9797+---------------+------------------------------+-----------------------+
9898| :const: `5.0 ` | Python 3.0 and Python 3.1 | Python 3.0 to 3.2 |
9999+---------------+------------------------------+-----------------------+
100- | :const: `5.1 ` | Python 3.2 | Python 3.0 to 3.2 |
100+ | :const: `5.1 ` | Python 3.2 | Python 3.2 |
101101+---------------+------------------------------+-----------------------+
102102
103+ After Version 5.1 (Python 3.2), the email package no longer has a version that
104+ is separate from the Python version. (See the :ref: `whatsnew-index ` documents
105+ for the respective Python versions for details on changes.)
106+
103107Here are the major differences between :mod: `email ` version 5.1 and
104108version 5.0:
105109
You can’t perform that action at this time.
0 commit comments