On Fri, Dec 29, 2017 at 3:35 PM, Zac Medico <zmed...@gentoo.org> wrote:
> +                       if self._parsed_options.preserve_timestamps:
> +                               if sys.version_info >= (3, 3):
> +                                       os.utime(dest, ns=(sstat.st_mtime_ns, 
> sstat.st_mtime_ns))
> +                               else:
> +                                       os.utime(dest, (sstat.st_mtime, 
> sstat.st_mtime))

It looks like you are copying mtime into both mtime and atime on the
new file. Is that a mistake?

Reply via email to