mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
#9085: bump email package version to its correct value.
Previous versions of 2.6 have 4.0.1 because of a missed trunk commit when 2.5 was released.
This commit is contained in:
parent
f61286284a
commit
c3175fcabf
2 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
"""A package for parsing, handling, and generating email messages."""
|
"""A package for parsing, handling, and generating email messages."""
|
||||||
|
|
||||||
__version__ = '4.0.1'
|
__version__ = '4.0.2'
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
# Old names
|
# Old names
|
||||||
|
|
|
@ -73,6 +73,9 @@ C-API
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #9085: email package version number bumped to its correct
|
||||||
|
value of 4.0.2 (same as it was in 2.5).
|
||||||
|
|
||||||
- Issue #9075: In the ssl module, remove the setting of a ``debug`` flag
|
- Issue #9075: In the ssl module, remove the setting of a ``debug`` flag
|
||||||
on an OpenSSL structure.
|
on an OpenSSL structure.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue