diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-07-07 09:23:53 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-07-07 09:23:53 (GMT) |
commit | 36f8dcde067659cb94a6666d745c103e7251875b (patch) | |
tree | 674ce4710ef363fd91bca1eac2b34ebcc633bac1 /Misc | |
parent | 912238e3acbfb8ab8c9a897fe5a6ab1bc0542532 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |