diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-10-03 17:02:47 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-10-03 17:02:47 (GMT) |
commit | df75fee9a35c2ac33e94744216e0a49e8aa0bae4 (patch) | |
tree | f77c088dcd1e57df1b500da78b8a32a7a52baf75 /Doc/whatsnew | |
parent | 4d2aba3ab38b7a9de01aaf821570c2e0bd1aa02a (diff) | |
download | cpython-df75fee9a35c2ac33e94744216e0a49e8aa0bae4.zip cpython-df75fee9a35c2ac33e94744216e0a49e8aa0bae4.tar.gz cpython-df75fee9a35c2ac33e94744216e0a49e8aa0bae4.tar.bz2 |
#22508: Drop email __version__ string. It no longer means anything.
A debian code search (by Tshepang Lekhonkhobe) turned up only one package
checking email.__version__...and it was the 2.7-only mailman package. Since
Barry approves this change, it seems safe enough to make it...
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 7fb0fd5..3e44aa2 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -355,6 +355,14 @@ Deprecated features * None yet. +Removed +======= + +* The ``__version__`` attribute has been dropped from the email package. The + email code hasn't been shipped separately from the stdlib for a long time, + and the ``__version__`` string was not updated in the last few releases. + + Porting to Python 3.5 ===================== |