]> granicus.if.org Git - python/commitdiff
Merge 3.5 (ctypes)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Jul 2015 12:36:03 +0000 (14:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Jul 2015 12:36:03 +0000 (14:36 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 21aee96bb190f32dbd15710d274ebce3e9f73f4e,7554fcc2d70f1574c7d29f37bf1b664e17c37798..ba287d4873dc081d3837e279e90eac34ab3475f5
+++ b/Misc/NEWS
@@@ -13,8 -13,9 +13,11 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
+   written by Matthieu Gautier.
 +- Issue #19450: Update Windows and OS X installer builds to use SQLite 3.8.11.
 +
  - Issue #23254: Document how to close the TCPServer listening socket.
    Patch from Martin Panter.