summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2009-09-18 19:32:08 (GMT)
committerThomas Heller <theller@ctypes.org>2009-09-18 19:32:08 (GMT)
commit820aefe29d8f6fb100f222ea50e2d7f35e9a04eb (patch)
tree55b25375654575cbc309bd46312d9dbd53e120e9 /Misc
parent25e8dabab2b5f212f2c75427ac8a2fce0e9139ec (diff)
downloadcpython-820aefe29d8f6fb100f222ea50e2d7f35e9a04eb.zip
cpython-820aefe29d8f6fb100f222ea50e2d7f35e9a04eb.tar.gz
cpython-820aefe29d8f6fb100f222ea50e2d7f35e9a04eb.tar.bz2
Merged revisions 74917 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74917 | thomas.heller | 2009-09-18 20:55:17 +0200 (Fr, 18 Sep 2009) | 3 lines 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 c3c105b..170cde7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,6 +82,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.