Commit 1498461a authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.4 (#24963)

parents 9157545c 0612ffe8
...@@ -575,7 +575,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`. ...@@ -575,7 +575,7 @@ so to avoid duplication they are only documented for :class:`IPv4Network`.
single-address network, with the network address being *address* and single-address network, with the network address being *address* and
the mask being ``/128``. 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*. The interpretation is similar to an integer *address*.
4. A two-tuple of an address description and a netmask, where the address 4. A two-tuple of an address description and a netmask, where the address
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment