We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4676e1 commit 895326eCopy full SHA for 895326e
Doc/whatsnew/3.15.rst
@@ -438,7 +438,7 @@ os
438
439
* Add :func:`os.statx` on Linux kernel versions 4.11 and later with
440
glibc versions 2.28 and later.
441
- (Contributed by Jeffrey Bosboom in :gh:`83714`.)
+ (Contributed by Jeffrey Bosboom and Victor Stinner in :gh:`83714`.)
442
443
444
os.path
Misc/NEWS.d/next/Library/2025-09-18-21-25-41.gh-issue-83714.TQjDWZ.rst
@@ -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.
+Implement :func:`os.statx` on Linux kernel versions 4.11 and later with glibc
+versions 2.28 and later. Contributed by Jeffrey Bosboom and Victor Stinner.
0 commit comments