Merged revisions 75871 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75871 | tarek.ziade | 2009-10-27 22:20:27 +0100 (Tue, 27 Oct 2009) | 1 line

  Issue #7218: Fix test_site for win32
........
This commit is contained in:
Tarek Ziadé 2009-10-27 21:24:21 +00:00
parent 481b85ae24
commit 8c0e217158
2 changed files with 4 additions and 1 deletions

View file

@ -117,6 +117,9 @@ C-API
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.