Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-141246: Link to correct Windows docs intime.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
python-cla-botbot commentedNov 8, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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() doc6545a4e intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 6545a4e8f83c27996fc771ed7c8c96ae0ce8d2e0)Co-authored-by: 莯凛 <1348292515@qq.com>
GH-141251 is a backport of this pull request to the3.14 branch. |
…ythonGH-141248)(cherry picked from commit6545a4e)Co-authored-by: 莯凛 <1348292515@qq.com>
GH-141252 is a backport of this pull request to the3.13 branch. |
StanFromIreland commentedNov 8, 2025
Thanks@mokurin000 for the fix and thanks@vstinner for merging! |
vstinner commentedNov 8, 2025
Merged, thanks. |
mokurin000 commentedNov 8, 2025
Thanks@StanFromIreland for the review and thanks@vstinner for merging! 🚀 |
Uh oh!
There was an error while loading.Please reload this page.
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/