summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-07-07 09:23:53 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-07-07 09:23:53 (GMT)
commit36f8dcde067659cb94a6666d745c103e7251875b (patch)
tree674ce4710ef363fd91bca1eac2b34ebcc633bac1 /Misc
parent912238e3acbfb8ab8c9a897fe5a6ab1bc0542532 (diff)
downloadcpython-36f8dcde067659cb94a6666d745c103e7251875b.zip
cpython-36f8dcde067659cb94a6666d745c103e7251875b.tar.gz
cpython-36f8dcde067659cb94a6666d745c103e7251875b.tar.bz2
Issue 14814: Provide more informative error messages in ipaddress, and ensure that errors are caught as expected
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 f7ccffa..2d17eb3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,10 @@ Core and Builtins
Library
-------
+- Issue #14814: ipaddress now provides more informative error messages when
+ constructing instances directly (changes permitted during beta due to
+ provisional API status)
+
- Issue #15247: FileIO now raises an error when given a file descriptor
pointing to a directory.