summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2011-08-30 20:02:51 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2011-08-30 20:02:51 (GMT)
commitfaecc3880971eb916c6769e443adfeca4d474218 (patch)
treeb3b8fb2f28e89b11d94e52c34bf63df93ac10cda /Misc
parent326e189410106de22c4af9d8449e0a8dc631c7dc (diff)
downloadcpython-faecc3880971eb916c6769e443adfeca4d474218.zip
cpython-faecc3880971eb916c6769e443adfeca4d474218.tar.gz
cpython-faecc3880971eb916c6769e443adfeca4d474218.tar.bz2
Issue #11241: subclasses of ctypes.Array can now be subclassed.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a6db483..a562d29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -185,6 +185,8 @@ Library
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().