diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-07-29 12:36:03 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-07-29 12:36:03 (GMT) |
| commit | 245edd4d52ba44708652830bb6b51f607cfbb35e (patch) | |
| tree | 7ef9e17066dfe26c791e37609e7aff03a3b55ce2 /Misc/NEWS | |
| parent | 34a0105bee3166cec8b5bcb48d303ba31473d742 (diff) | |
| parent | 5ef6fde92c76df03455481bb1f4d6f2125c9e3ac (diff) | |
| download | cpython-245edd4d52ba44708652830bb6b51f607cfbb35e.zip cpython-245edd4d52ba44708652830bb6b51f607cfbb35e.tar.gz cpython-245edd4d52ba44708652830bb6b51f607cfbb35e.tar.bz2 | |
Merge 3.5 (ctypes)
Diffstat (limited to 'Misc/NEWS')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
