diff options
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 3c65743..049ab95 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -326,6 +326,11 @@ RELEASE 0.97 - XXX - Add the +Z option by default when compiling shared objects on HP-UX. + - Check for whether files exist on disk by listing the directory + contents, not calling os.path.exists() file by file. This is + somewhat more efficient in general, and may be significantly + more efficient on Windows. + From Chen Lee: - Handle Visual Studio project and solution files in Unicode. |