This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in ipaddress document
Type: Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zach.ware Nosy List: docs@python, methane, python-dev, zach.ware
Priority: normal Keywords:

Created on 2014-01-14 06:29 by methane, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg208078 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2014-01-14 06:29
> http://docs.python.org/3.3/library/ipaddress.html#ipaddress.IPv4Network.broadcast_address

Wrong attribute name: s/host mask/hostmask/
msg208097 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-14 15:10
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 fix
http://hg.python.org/cpython/rev/2f54b55fcbfa
msg208098 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2014-01-14 15:11
Thanks for the report!
History
Date User Action Args
2022-04-11 14:57:56adminsetgithub: 64452
2014-01-14 15:11:27zach.waresetassignee: docs@python -> zach.ware
messages: + msg208098
2014-01-14 15:10:58python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg208097

resolution: fixed
stage: resolved
2014-01-14 06:31:26berker.peksagsetnosy: + zach.ware
2014-01-14 06:29:21methanecreate