commit | faecc3880971eb916c6769e443adfeca4d474218 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Aug 30 22:02:51 2011 +0200 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Aug 30 22:02:51 2011 +0200 |
tree | b3b8fb2f28e89b11d94e52c34bf63df93ac10cda | |
parent | 326e189410106de22c4af9d8449e0a8dc631c7dc [diff] [blame] |
Issue #11241: subclasses of ctypes.Array can now be subclassed.
diff --git a/Misc/NEWS b/Misc/NEWS index a6db483..a562d29 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -185,6 +185,8 @@ Extension Modules ----------------- +- Issue #11241: subclasses of ctypes.Array can now be subclassed. + - Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to some functions like file.write().