Skip to content

os.chmod(), os.chown() & os.listdir() weren't added in Python 3.3 #117977

Closed
@nineteendo

Description

@nineteendo

Documentation

The documentation of these functions states they were added in Python 3.3:

  • os.chmod()

    New in version 3.3: Added support for specifying path as an open file descriptor, and the dir_fd and follow_symlinks arguments.

  • os.chown

    New in version 3.3: Added support for specifying path as an open file descriptor, and the dir_fd and follow_symlinks arguments.

  • os.listdir

    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".

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc direasy

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions