Merge 3.5 (ctypes)

This commit is contained in:
Victor Stinner 2015-07-29 14:36:03 +02:00
commit 245edd4d52
3 changed files with 32 additions and 0 deletions

View file

@ -13,6 +13,9 @@ Core and Builtins
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.