summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-11-11 21:01:33 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-11-11 21:01:33 (GMT)
commitb78ba6b3d052c933dc3f91d0ef5d639f94e7dd7e (patch)
tree2b06f710deaee641731cb5d614d512122ec473f9 /Misc/NEWS
parentca5130cba373702931f4e5ffee973e446a6763cc (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a90269..e4791cf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.