summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-10-03 17:02:47 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-10-03 17:02:47 (GMT)
commitdf75fee9a35c2ac33e94744216e0a49e8aa0bae4 (patch)
treef77c088dcd1e57df1b500da78b8a32a7a52baf75 /Misc
parent4d2aba3ab38b7a9de01aaf821570c2e0bd1aa02a (diff)
downloadcpython-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 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dda3843..f66a51e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -159,6 +159,10 @@ Core and Builtins
Library
-------
+- Issue #22508: The email.__version__ variable has been removed; the email
+ code is no longer shipped separately from the stdlib, and __version__
+ hasn't been updated in several releases.
+
- Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
- Issue #20079: Added locales supported in glibc 2.18 to locale alias table.