diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-04 21:09:03 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-04 21:09:03 -0400 |
| commit | 9b6dfd8fcd35777b17a132ee0475d25ab1e6ac92 (patch) | |
| tree | 079fa10c2698a61df3a852c97c7b75bc3020fb00 /CHANGES.txt | |
| parent | 96af0a8db149cc8c45c24c1a9066a71ab1935248 (diff) | |
| download | python-setuptools-git-9b6dfd8fcd35777b17a132ee0475d25ab1e6ac92.tar.gz | |
Move warning check in `get_cache_path` to follow directory creation. Fixes #375.
--HG--
branch : distribute
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index de4fa77c..c22effd5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,14 @@ CHANGES ======= ------ +next.. +------ + +* Move warning check in ``get_cache_path`` to follow the directory creation + to avoid errors when the cache path does not yet exist. Fixes the error + reported in #375. + +------ 0.6.47 ------ |
