summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-14 15:09:48 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-14 15:09:48 (GMT)
commit9774ce0cabb0811b0eac146f0051787cf25ee76a (patch)
tree3a6249365da06fa96aff15e7d5786f6a222ec9d6 /Misc/NEWS
parent26d5fab8c8a979d383db681f4c3d93b549a095ad (diff)
downloadcpython-9774ce0cabb0811b0eac146f0051787cf25ee76a.zip
cpython-9774ce0cabb0811b0eac146f0051787cf25ee76a.tar.gz
cpython-9774ce0cabb0811b0eac146f0051787cf25ee76a.tar.bz2
Issue #20253: Fixed a typo in the ipaddress docs that advertised an
illegal attribute name. Found by INADA Naoki.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eada667..d5d0274 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -302,6 +302,9 @@ Tests
Documentation
-------------
+- Issue #20253: Fixed a typo in the ipaddress docs that advertised an
+ illegal attribute name. Found by INADA Naoki.
+
- Issue #19963: Document that importlib.import_module() no longer requires
importing parent packages separately.