Issue #5042: Structure sub-subclass does now initialize correctly with
base class positional arguments.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f674c8..12815a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -376,6 +376,9 @@
 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.