diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-07-29 12:33:52 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-07-29 12:33:52 (GMT) |
commit | 9c631a0f71a6c4beb5d29c10602a555e6a33fd12 (patch) | |
tree | 96a14618aabd32bdc8e644ffaedf46d3abad6f2a /Misc | |
parent | bb1c079657fa8f8f9d7ec537f83b1fed1d9b413c (diff) | |
download | cpython-9c631a0f71a6c4beb5d29c10602a555e6a33fd12.zip cpython-9c631a0f71a6c4beb5d29c10602a555e6a33fd12.tar.gz cpython-9c631a0f71a6c4beb5d29c10602a555e6a33fd12.tar.bz2 |
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
written by Matthieu Gautier.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Core and Builtins Library ------- +- Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch + written by Matthieu Gautier. + - Issue #23254: Document how to close the TCPServer listening socket. Patch from Martin Panter. |