Skip to content

Commit 895326e

Browse files
committed
Credit myself in os.statx() doc
1 parent f4676e1 commit 895326e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ os
438438

439439
* Add :func:`os.statx` on Linux kernel versions 4.11 and later with
440440
glibc versions 2.28 and later.
441-
(Contributed by Jeffrey Bosboom in :gh:`83714`.)
441+
(Contributed by Jeffrey Bosboom and Victor Stinner in :gh:`83714`.)
442442

443443

444444
os.path
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Implement :func:`os.statx` on Linux kernel versions 4.11 and later with
2-
glibc versions 2.28 and later. Contributed by Jeffrey Bosboom.
1+
Implement :func:`os.statx` on Linux kernel versions 4.11 and later with glibc
2+
versions 2.28 and later. Contributed by Jeffrey Bosboom and Victor Stinner.

0 commit comments

Comments
 (0)