diff options
author | Thomas Heller <theller@ctypes.org> | 2009-09-18 19:05:13 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2009-09-18 19:05:13 (GMT) |
commit | d7cb1b9119beab9a4ffb627bd65cf9e287d32b66 (patch) | |
tree | ae062b3d272829a36dc702c94d4bf09aa8345af0 /Misc | |
parent | a91ded2842521f1eb4b56d6eadc242e5228c8ac6 (diff) | |
download | cpython-d7cb1b9119beab9a4ffb627bd65cf9e287d32b66.zip cpython-d7cb1b9119beab9a4ffb627bd65cf9e287d32b66.tar.gz cpython-d7cb1b9119beab9a4ffb627bd65cf9e287d32b66.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.
........
Also made small stylistic changes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ C-API Library ------- +- Issue #5042: Structure sub-subclass does now initialize correctly + with base class positional arguments. + - Issue #6882: Import uuid creates zombies processes. - Issue #6635: Fix profiler printing usage message. |