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.

Author desbma
Recipients desbma, docs@python
Date 2015-08-30.16:26:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440951985.53.0.495808420331.issue24963@psf.upfronthosting.co.za>
In-reply-to
Content
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"
History
Date User Action Args
2015-08-30 16:26:25desbmasetrecipients: + desbma, docs@python
2015-08-30 16:26:25desbmasetmessageid: <1440951985.53.0.495808420331.issue24963@psf.upfronthosting.co.za>
2015-08-30 16:26:25desbmalinkissue24963 messages
2015-08-30 16:26:25desbmacreate