mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
* Set stx_mode to None if STATX_TYPE|STATX_MODE is missing from stx_mask. * Enhance os.statx() tests. * statx_result structure: remove atime_sec, btime_sec, ctime_sec and mtime_sec members. Compute them on demand when stx_atime, stx_btime, stx_ctime and stx_mtime are read. * Doc: fix statx members sorting. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_os.py | ||
| test_posix.py | ||
| test_windows.py | ||
| utils.py | ||