diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-11 21:01:33 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-11 21:01:33 (GMT) |
commit | b78ba6b3d052c933dc3f91d0ef5d639f94e7dd7e (patch) | |
tree | 2b06f710deaee641731cb5d614d512122ec473f9 /Misc/NEWS | |
parent | ca5130cba373702931f4e5ffee973e446a6763cc (diff) | |
download | cpython-b78ba6b3d052c933dc3f91d0ef5d639f94e7dd7e.zip cpython-b78ba6b3d052c933dc3f91d0ef5d639f94e7dd7e.tar.gz cpython-b78ba6b3d052c933dc3f91d0ef5d639f94e7dd7e.tar.bz2 |
Merged revisions 76219 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r76219 | antoine.pitrou | 2009-11-11 21:59:38 +0100 (mer., 11 nov. 2009) | 9 lines
Merged revisions 76217 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76217 | antoine.pitrou | 2009-11-11 21:55:07 +0100 (mer., 11 nov. 2009) | 3 lines
Issue #7295: Do not use a hardcoded file name in test_tarfile.
........
................
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -144,6 +144,8 @@ Extension Modules Tests ----- +- Issue #7295: Do not use a hardcoded file name in test_tarfile. + - Issue #7270: Add some dedicated unit tests for multi-thread synchronization primitives such as Lock, RLock, Condition, Event and Semaphore. |