Skip to content

v2.4.14

Compare
Choose a tag to compare
@althonos althonos released this 16 Nov 16:03
· 100 commits to master since this release

Added

  • Added fs.copy.copy_file_if, fs.copy.copy_dir_if, and fs.copy.copy_fs_if. Closes #458.
  • Added fs.base.FS.getmodified.

Changed

  • FTP servers that do not support the MLST command now try to use the MDTM command to retrieve the last modification timestamp of a resource. Closes #456.

Fixed

  • Fixed performance bugs in fs.copy.copy_dir_if_newer. Test cases were adapted to catch those bugs in the future.
  • Fixed precision bug for timestamps in fs.OSFS.setinfo.