diff options
author | Larry Hastings <larry@hastings.org> | 2015-05-08 13:54:58 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-05-08 13:54:58 (GMT) |
commit | 7e63b36f7f6975b3d7590fc1c12caf04c39b2e7e (patch) | |
tree | 8f087cae2ef6c99507cf08c5903ab1fc92f1e026 /Misc | |
parent | b79e01248dceb398590b30532fca1a75727ce763 (diff) | |
download | cpython-7e63b36f7f6975b3d7590fc1c12caf04c39b2e7e.zip cpython-7e63b36f7f6975b3d7590fc1c12caf04c39b2e7e.tar.gz cpython-7e63b36f7f6975b3d7590fc1c12caf04c39b2e7e.tar.bz2 |
Issue #21520: test_zipfile no longer fails if the word 'bad' appears
anywhere in the name of the current directory.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -228,6 +228,9 @@ Library Tests ----- +- Issue #21520: test_zipfile no longer fails if the word 'bad' appears + anywhere in the name of the current directory. + - Issue #23799: Added test.support.start_threads() for running and cleaning up multiple threads. |