From: Victor Stinner Date: Wed, 29 Jul 2015 12:36:03 +0000 (+0200) Subject: Merge 3.5 (ctypes) X-Git-Tag: v3.6.0a1~1888 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=245edd4d52ba44708652830bb6b51f607cfbb35e;p=thirdparty%2FPython%2Fcpython.git Merge 3.5 (ctypes) --- 245edd4d52ba44708652830bb6b51f607cfbb35e diff --cc Misc/NEWS index 21aee96bb190,7554fcc2d70f..ba287d4873dc --- a/Misc/NEWS +++ 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.