-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir #117978
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
|
@erlend-aasland, could you merge this? |
Thanks! |
os
documentation
For future reference, try to make sure the PR title describes the actual change ;) |
Thanks @nineteendo for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…own, and os.listdir (pythonGH-117978) (cherry picked from commit fccedbd) Co-authored-by: Nice Zombies <[email protected]>
GH-117992 is a backport of this pull request to the 3.12 branch. |
…hown, and os.listdir (GH-117978) (#117992) (cherry picked from commit fccedbd) Co-authored-by: Nice Zombies <[email protected]>
Thanks, I wasn't sure how to describe this. |
By the way, there's usually no need to update the PR from Thanks! |
A required test randomly failed and you can't merge with failed tests. Is there a way to re-run a single test? |
Not a single test, but a core dev (and maybe triager) can re-run a single failed job. But sounds like you had a good reason :) Out of curiosity, which test randomly failed? I see a green tick next to the first commit. |
When the job gets cancelled by a new commit it doesn't seem to get saved. But I have the same problem here: #117855. |
os.chmod()
,os.chown()
&os.listdir()
weren't added in Python 3.3 #117977📚 Documentation preview 📚: https://cpython-previews--117978.org.readthedocs.build/