Fix various issues in the 'Timer File Descriptors' documentation - #156027
Conversation
Document the correct default of 0 (based on the clinic input and os.timerfd_settime_ns()).
Documentation build overview
25 files changed ·
|
os.timerfd_settime{_ns}() documentation
os.timerfd_settime{_ns}() documentation|
I fixed a few additional issues, @vstinner can you please take a look? |
The reST docs have it right, but it's backwards in the docstring.
|
I found and fixed one more issue. |
|
Thanks @osandov for the PR, and @StanFromIreland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
Sorry, @osandov and @StanFromIreland, I could not cleanly backport this to |
|
Sorry, @osandov and @StanFromIreland, I could not cleanly backport this to |
|
Sorry, @osandov and @StanFromIreland, I could not cleanly backport this to |
|
GH-156479 is a backport of this pull request to the 3.15 branch. |
|
GH-156480 is a backport of this pull request to the 3.13 branch. |
|
GH-156481 is a backport of this pull request to the 3.14 branch. |
…hon#156027) Co-authored-by: Stan Ulbrych <stan@python.org>
Document the correct default of 0 (based on the clinic input and
os.timerfd_settime_ns()).