Skip to content

2.4.16

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 09:26

Changed

  • Make fs.zipfs._ZipExtFile use the seeking mechanism implemented
    in the Python standard library in Python version 3.7 and later
    (#527).
  • Mark fs.zipfs.ReadZipFS as a case-sensitive filesystem
    (#527).
  • Optimized moving files between filesystems with syspaths.
    (#523).
  • Fixed fs.move.move_file to clean up the copy on the destination in case of errors.
  • fs.opener.manage_fs with writeable=True will now raise a ResourceReadOnly
    exception if the managed filesystem is not writeable.
  • Marked filesystems wrapped with fs.wrap.WrapReadOnly as read-only.