commit | 310c9fec1a55bb600daaa062c953faa1f9b2b2f3 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 11 20:55:07 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 11 20:55:07 2009 +0000 |
tree | 63c540f477b983034f4966c8f1258d7d1b72165a | |
parent | fdd53545a153b8743657656dbc5d3e27b0faebfb [diff] [blame] |
Issue #7295: Do not use a hardcoded file name in test_tarfile.
diff --git a/Misc/NEWS b/Misc/NEWS index e3638aa..cf1f54a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1559,6 +1559,8 @@ 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.