Commit 569b494
committed
Fix #13327. utimensat now has the atime and mtime arguments set as optional,
defaulting to None like the other utimes family members. It now accepts
keyword arguments because, unlike other other functions in the family,
it has a `flags` value at the end of the argument list (which
retains its 0 default).1 parent 7ef53ef commit 569b494
3 files changed
Lines changed: 21 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1285 | 1285 | | |
1286 | 1286 | | |
1287 | 1287 | | |
1288 | | - | |
1289 | | - | |
| 1288 | + | |
1290 | 1289 | | |
1291 | 1290 | | |
1292 | | - | |
| 1291 | + | |
| 1292 | + | |
1293 | 1293 | | |
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
1297 | 1297 | | |
1298 | | - | |
| 1298 | + | |
1299 | 1299 | | |
1300 | 1300 | | |
1301 | 1301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
| 818 | + | |
| 819 | + | |
818 | 820 | | |
819 | 821 | | |
820 | 822 | | |
821 | 823 | | |
822 | 824 | | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
823 | 828 | | |
824 | 829 | | |
825 | 830 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10019 | 10019 | | |
10020 | 10020 | | |
10021 | 10021 | | |
10022 | | - | |
10023 | | - | |
| 10022 | + | |
| 10023 | + | |
10024 | 10024 | | |
10025 | 10025 | | |
10026 | 10026 | | |
10027 | | - | |
| 10027 | + | |
| 10028 | + | |
10028 | 10029 | | |
10029 | 10030 | | |
10030 | 10031 | | |
| |||
10033 | 10034 | | |
10034 | 10035 | | |
10035 | 10036 | | |
10036 | | - | |
| 10037 | + | |
10037 | 10038 | | |
10038 | 10039 | | |
10039 | 10040 | | |
10040 | 10041 | | |
10041 | | - | |
| 10042 | + | |
| 10043 | + | |
| 10044 | + | |
| 10045 | + | |
10042 | 10046 | | |
10043 | 10047 | | |
10044 | 10048 | | |
10045 | | - | |
| 10049 | + | |
10046 | 10050 | | |
10047 | 10051 | | |
10048 | 10052 | | |
| |||
10939 | 10943 | | |
10940 | 10944 | | |
10941 | 10945 | | |
10942 | | - | |
| 10946 | + | |
| 10947 | + | |
10943 | 10948 | | |
10944 | 10949 | | |
10945 | 10950 | | |
| |||
0 commit comments