[issue20253] Typo in ipaddress document

2014-01-14 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report! -- assignee: docs@python -> zach.ware ___ Python tracker ___ ___ Python-bugs-li

[issue20253] Typo in ipaddress document

2014-01-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f8ad9a4193f by Zachary Ware in branch '3.3': Issue #20253: Fixed a typo in the ipaddress docs that advertised an http://hg.python.org/cpython/rev/4f8ad9a4193f New changeset 2f54b55fcbfa by Zachary Ware in branch 'default': Closes #20253: Merge typo

[issue20253] Typo in ipaddress document

2014-01-13 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue20253] Typo in ipaddress document

2014-01-13 Thread INADA Naoki
New submission from INADA Naoki: > http://docs.python.org/3.3/library/ipaddress.html#ipaddress.IPv4Network.broadcast_address Wrong attribute name: s/host mask/hostmask/ -- assignee: docs@python components: Documentation messages: 208078 nosy: docs@python, naoki priority: normal severity