v2.4.9
[2.4.9] - 2019-07-28
Fixed
- Restored fs.path import
- Fixed potential race condition in makedirs. Fixes #310
- Added missing methods to WrapFS. Fixed #294
Changed
MemFS
now immediately releases all memory it holds whenclose()
is called,
rather than when it gets garbage collected. Closes issue #308.FTPFS
now translatesEOFError
intoRemoteConnectionError
. Closes #292- Added automatic close for filesystems that go out of scope. Fixes #298