Allow float for TarInfo.replace(mtime) (#13199)

This commit is contained in:
Colin Watson
2024-12-05 13:59:00 +00:00
committed by GitHub
parent b3d48eab03
commit 7d9f5acebe

View File

@@ -571,7 +571,7 @@ class TarInfo:
self,
*,
name: str = ...,
mtime: int = ...,
mtime: float = ...,
mode: int = ...,
linkname: str = ...,
uid: int = ...,