summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-11 19:11:47 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-06-11 19:11:47 (GMT)
commit742192a4fea88b49633288fb6e5bea68cf0bdcc0 (patch)
tree4f2dfeb88d76e4326d8d97ca712fdfefad23db44 /Misc
parentfa089b9b0b926c04e5d57812b7d7653472787965 (diff)
downloadcpython-742192a4fea88b49633288fb6e5bea68cf0bdcc0.zip
cpython-742192a4fea88b49633288fb6e5bea68cf0bdcc0.tar.gz
cpython-742192a4fea88b49633288fb6e5bea68cf0bdcc0.tar.bz2
Issue #21386: Implement missing IPv4Address.is_global property
It was documented since 07a5610bae9d. Initial patch by Roger Luethi.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f59ed1e..cc5ba7d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -139,6 +139,9 @@ Core and Builtins
Library
-------
+- Issue #21386: Implement missing IPv4Address.is_global property. It was
+ documented since 07a5610bae9d. Initial patch by Roger Luethi.
+
- Issue #20900: distutils register command now decodes HTTP responses
correctly. Initial patch by ingrid.