-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
st_birthtime
as standard field (#254)
* Add .vscode to .gitignore * Add tests for stat time values * Add tests for birthtime * Move birthtime implementation * upath._stat: fix linter error --------- Co-authored-by: Thomas H <[email protected]> Co-authored-by: Andreas Poehlmann <[email protected]>
- Loading branch information
1 parent
b2eff7e
commit 65cbe0e
Showing
3 changed files
with
56 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,3 +139,6 @@ cython_debug/ | |
|
||
# setuptools_scm | ||
upath/_version.py | ||
|
||
# vscode workspace settings | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters