diff options
author | Thomas Heller <theller@ctypes.org> | 2009-09-18 19:46:56 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2009-09-18 19:46:56 (GMT) |
commit | 35888e2b3c0c36e6a6286416a60324da14b5560e (patch) | |
tree | 32b81c91693d8e98c4474387b6b27ccc66ef61d7 /Misc/NEWS | |
parent | e40c4de982625ef1cea86a3ea2e84160a04d3cca (diff) | |
download | cpython-35888e2b3c0c36e6a6286416a60324da14b5560e.zip cpython-35888e2b3c0c36e6a6286416a60324da14b5560e.tar.gz cpython-35888e2b3c0c36e6a6286416a60324da14b5560e.tar.bz2 |
Merged revisions 74918 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r74918 | thomas.heller | 2009-09-18 21:05:13 +0200 (Fr, 18 Sep 2009) | 11 lines
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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ Core and Builtins 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. |