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