From: Zachary Ware Date: Tue, 14 Jan 2014 15:10:33 +0000 (-0600) Subject: Closes #20253: Merge typo fix X-Git-Tag: v3.4.0b3~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c15424aa96acce4f136b74a7bd2afaafa9d9651;p=python Closes #20253: Merge typo fix --- 5c15424aa96acce4f136b74a7bd2afaafa9d9651 diff --cc Misc/NEWS index 6c8cacdea5,d5d0274b95..da727f2644 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -475,6 -302,12 +475,9 @@@ Buil 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. - - Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.