summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 92d668c..10ebee2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,7 +28,7 @@ Library
-------
- Issue #18805: the netmask/hostmask parsing in ipaddress now more reliably
- filters out illegal values
+ filters out illegal values and correctly allows any valid prefix length.
- Issue #20481: For at least Python 3.4, the statistics module will require
that all inputs for a single operation be of a single consistent type, or