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: ipaddress.IPv6Network doc typo
Type: Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: desbma, docs@python, python-dev
Priority: normal Keywords:

Created on 2015-08-30 16:26 by desbma, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg249359 - (view) Author: desbma (desbma) * Date: 2015-08-30 16:26
This is probably not the biggest bug ever, but in the doc for ipaddress.IPv6Network:

"An integer packed into a bytes object of length 16, bit-endian"

should be changed to:

"An integer packed into a bytes object of length 16, big-endian"
msg249371 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-08-30 21:43
New changeset a892c67fa0eb by Benjamin Peterson in branch '3.4':
fix spelling that was a bit confused (closes #24963)
https://hg.python.org/cpython/rev/a892c67fa0eb

New changeset b5434aff4e84 by Benjamin Peterson in branch '3.5':
merge 3.4 (#24963)
https://hg.python.org/cpython/rev/b5434aff4e84

New changeset 6463279d1358 by Benjamin Peterson in branch 'default':
merge 3.5 (#24963)
https://hg.python.org/cpython/rev/6463279d1358
History
Date User Action Args
2022-04-11 14:58:20adminsetgithub: 69151
2015-08-30 21:43:34python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg249371

resolution: fixed
stage: resolved
2015-08-30 16:26:25desbmacreate