cpython (merge 3.4 -> 3.5): merge 3.4 (#24963)
https://hg.python.org/cpython/rev/b5434aff4e84 changeset: 97554:b5434aff4e84 branch: 3.5 parent: 97551:55bd86b0e333 parent: 97553:a892c67fa0eb user: Benjamin Peterson <benjamin@python.org> date: Sun Aug 30 14:42:49 2015 -0700 summary: merge 3.4 (#24963) files: Doc/library/ipaddress.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -575,7 +575,7 @@ single-address network, with the network address being *address* and the mask being ``/128``. - 3. An integer packed into a :class:`bytes` object of length 16, bit-endian. + 3. An integer packed into a :class:`bytes` object of length 16, big-endian. The interpretation is similar to an integer *address*. 4. A two-tuple of an address description and a netmask, where the address -- Repository URL: https://hg.python.org/cpython
participants (1)
-
benjamin.peterson