Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10177be

Browse files
committed
Merge: #20974: Update version table in email intro.
2 parents 402e1e3 + 1f3a88f commit 10177be

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Doc/library/email.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
103107
Here are the major differences between :mod:`email` version 5.1 and
104108
version 5.0:
105109

0 commit comments

Comments
 (0)