diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-13 19:45:16 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-13 19:45:16 (GMT) |
commit | d93da2b952959c26d3afb0a66bff08ed0f14ffb9 (patch) | |
tree | 547659232e9a4f823e9e08a9c474982db081aeca /Misc/NEWS | |
parent | 90ce72dd0684e55234b969f405826af7d810e5b0 (diff) | |
parent | 6636121950a08de9d437cc2d76ac272cdceb7ecc (diff) | |
download | cpython-d93da2b952959c26d3afb0a66bff08ed0f14ffb9.zip cpython-d93da2b952959c26d3afb0a66bff08ed0f14ffb9.tar.gz cpython-d93da2b952959c26d3afb0a66bff08ed0f14ffb9.tar.bz2 |
(merge 3.2) Close #4376: ctypes now supports nested structures in a endian
different than the parent structure. Patch by Vlad Riscutia.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -225,6 +225,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. |