summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-07-29 12:36:03 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-07-29 12:36:03 (GMT)
commit245edd4d52ba44708652830bb6b51f607cfbb35e (patch)
tree7ef9e17066dfe26c791e37609e7aff03a3b55ce2 /Misc/NEWS
parent34a0105bee3166cec8b5bcb48d303ba31473d742 (diff)
parent5ef6fde92c76df03455481bb1f4d6f2125c9e3ac (diff)
downloadcpython-245edd4d52ba44708652830bb6b51f607cfbb35e.zip
cpython-245edd4d52ba44708652830bb6b51f607cfbb35e.tar.gz
cpython-245edd4d52ba44708652830bb6b51f607cfbb35e.tar.bz2
Merge 3.5 (ctypes)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21aee96..ba287d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.