-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
gh-141246: Link to correct Windows docs in time.sleep() doc
#141248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
StanFromIreland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
time.sleep() doc
|
Thanks @mokurin000 for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…ythonGH-141248) (cherry picked from commit 6545a4e) Co-authored-by: 莯凛 <1348292515@qq.com>
|
GH-141251 is a backport of this pull request to the 3.14 branch. |
…ythonGH-141248) (cherry picked from commit 6545a4e) Co-authored-by: 莯凛 <1348292515@qq.com>
|
GH-141252 is a backport of this pull request to the 3.13 branch. |
|
Thanks @mokurin000 for the fix and thanks @vstinner for merging! |
|
Merged, thanks. |
|
Thanks @StanFromIreland for the review and thanks @vstinner for merging! 🚀 |
In time.sleep documentation, we referred a kernel API available from Windows 8.1, while CPython runs in userspace.
It's replaced to the correct MSDN documentation and the first supported and documented version was Windows 10
📚 Documentation preview 📚: https://cpython-previews--141248.org.readthedocs.build/