mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
#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...
This commit is contained in:
parent
4d2aba3ab3
commit
df75fee9a3
3 changed files with 12 additions and 2 deletions
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
"""A package for parsing, handling, and generating email messages."""
|
||||
|
||||
__version__ = '5.1.0'
|
||||
|
||||
__all__ = [
|
||||
'base64mime',
|
||||
'charset',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue