summaryrefslogtreecommitdiffstats
path: root/Lib/email
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 /Lib/email
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 'Lib/email')
-rw-r--r--Lib/email/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py
index ff16f6a..fae8724 100644
--- a/Lib/email/__init__.py
+++ b/Lib/email/__init__.py
@@ -4,8 +4,6 @@
"""A package for parsing, handling, and generating email messages."""
-__version__ = '5.1.0'
-
__all__ = [
'base64mime',
'charset',