summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2009-09-18 18:55:17 (GMT)
committerThomas Heller <theller@ctypes.org>2009-09-18 18:55:17 (GMT)
commit7a352c0ed8a12d868d9b682f4adf33f558d19855 (patch)
treee1f8936cff27bcce3b1cd9730092669a518fddd1 /Misc
parentdb9925a56bd522aebe93afb7dc76800a58e59a07 (diff)
downloadcpython-7a352c0ed8a12d868d9b682f4adf33f558d19855.zip
cpython-7a352c0ed8a12d868d9b682f4adf33f558d19855.tar.gz
cpython-7a352c0ed8a12d868d9b682f4adf33f558d19855.tar.bz2
Issue #5042: Structure sub-subclass does now initialize correctly with
base class positional arguments.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f674c8..12815a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -376,6 +376,9 @@ Core and Builtins
Library
-------
+- Issue #5042: Structure sub-subclass does now initialize correctly
+ with base class positional arguments.
+
- Issue #6938: Fix a TypeError in string formatting of a multiprocessing
debug message.