diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-13 19:43:18 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-13 19:43:18 (GMT) |
commit | 6636121950a08de9d437cc2d76ac272cdceb7ecc (patch) | |
tree | 1519bd4609f357a6027ae22e8bdc0939a0f7ca9e /Misc | |
parent | cb4ae815b5db6c9339c7c77e1d45e850ed76e497 (diff) | |
download | cpython-6636121950a08de9d437cc2d76ac272cdceb7ecc.zip cpython-6636121950a08de9d437cc2d76ac272cdceb7ecc.tar.gz cpython-6636121950a08de9d437cc2d76ac272cdceb7ecc.tar.bz2 |
Close #4376: ctypes now supports nested structures in a endian different than
the parent structure. Patch by Vlad Riscutia.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -735,6 +735,7 @@ Jan Pieter Riegel Armin Rigo Nicholas Riley Jean-Claude Rimbault +Vlad Riscutia Juan M. Bello Rivas Davide Rizzo Anthony Roach @@ -27,6 +27,9 @@ Core and Builtins Library ------- +- Issue #4376: ctypes now supports nested structures in a endian different than + the parent structure. Patch by Vlad Riscutia. + - Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. |