commit | d24cab8c7454921c9279cc73a75d0b1fcf347a6d | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Oct 27 21:20:27 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Oct 27 21:20:27 2009 +0000 |
tree | cb1a9057ffdd36ef19ca1c5bb0e299d14ead4ee0 | |
parent | 26a93c0082af09d8e8837d569625c3fc9cfd6639 [diff] |
Issue #7218: Fix test_site for win32
diff --git a/Misc/NEWS b/Misc/NEWS index 1ee7557..8cf5db4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -427,6 +427,9 @@ Library ------- +- Issue #7218: Fix test_site for win32, the directory comparison was done with + an uppercase. + - Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once.