We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
os.chmod()
os.chown()
os.listdir()
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
The documentation of these functions states they were added in Python 3.3:
New in version 3.3: Added support for specifying path as an open file descriptor, and the dir_fd and follow_symlinks arguments.
New in version 3.3: Added support for specifying path as an open file descriptor.
That's clearly wrong, it should've been "Changed in version 3.3".
The text was updated successfully, but these errors were encountered:
gh-117977: Amend version changed annotation for os.chmod, os.chown, a…
fccedbd
…nd os.listdir (#117978)
pythongh-117977: Amend version changed annotation for os.chmod, os.ch…
b6e6074
…own, and os.listdir (pythonGH-117978) (cherry picked from commit fccedbd) Co-authored-by: Nice Zombies <[email protected]>
[3.12] gh-117977: Amend version changed annotation for os.chmod, os.c…
e95a535
…hown, and os.listdir (GH-117978) (#117992) (cherry picked from commit fccedbd) Co-authored-by: Nice Zombies <[email protected]>
No branches or pull requests
Documentation
The documentation of these functions states they were added in Python 3.3:
That's clearly wrong, it should've been "Changed in version 3.3".
Linked PRs
The text was updated successfully, but these errors were encountered: