Skip to content

0.7.0

Compare
Choose a tag to compare
@althonos althonos released this 14 Dec 15:29
· 16 commits to master since this release

Added

  • This changelog file.
  • 7z extra for reading and writing 7z archives with the fs.archive.sevenzipfs module.

Fixed

  • Abstract base classes for collection types being removed from the collections module in Python 3.10.
  • Handling of Rock Ridge entries in new pycdlib versions.
  • Namespace handling in ZipReadFS.scandir causing getinfo to be called when not needed.

Changed

  • Use fs.path.isbase in ZipReadFS to check for implicit directories.
  • Use the stdlib implementation of TarFile.xzopen on Python 3.