summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-02-08 23:18:26 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-02-08 23:18:26 (GMT)
commit96bb437ae8756be672c888a1322c445e64f1eb53 (patch)
tree2929e3ef046099cc2153cb6be49617bfddea3474 /Misc/NEWS
parent66c3d18af1d20b780e7eabbbfb95049c48e3ce48 (diff)
downloadcpython-96bb437ae8756be672c888a1322c445e64f1eb53.zip
cpython-96bb437ae8756be672c888a1322c445e64f1eb53.tar.gz
cpython-96bb437ae8756be672c888a1322c445e64f1eb53.tar.bz2
Close #20563: Declare ipaddress API stable
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d8e4c9..a3fef60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@ Core and Builtins
Library
-------
+- Issue #20563: The ipaddress module API is now considered stable.
+
- Issue #14983: email.generator now always adds a line end after each MIME
boundary marker, instead of doing so only when there is an epilogue. This
fixes an RFC compliance bug and solves an issue with signed MIME parts.