Releases: PyFilesystem/pyfilesystem2
Releases · PyFilesystem/pyfilesystem2
v2.0.21
Added
- Typing information
- Added Info.suffix, Info.suffixes, Info.stem attributes
Fixed
- Fixed issue with implied directories in TarFS
Changed
- Changed path.splitext so that 'leading periods on the basename are
ignored', which is the behaviour of os.path.splitext
v2.0.20
[2.0.20] - 2018-03-13
Fixed
- MultiFS.listdir now correctly filters out duplicates
v2.0.19
[2.0.19] - 2018-03-11
Fixed
- encoding issue with TarFS
- CreateFailed now contains the original exception in
exc
attribute
v2.0.18
version bump
v2.0.17
version bump
v2.0.16: added max_depth (#102)
* added max_depth * Added test * unused import * docstring * docs * factor out checks to make subclassing easier * unused imports
v2.0.15
version bump
v2.0.13
new version
v2.0.12
version bump
v2.0.11: added param support (#75)
Added fs.mirror