From d7d87ca9b0495f1dd04863fbb93226c0e0f7af5f Mon Sep 17 00:00:00 2001 From: Xiang Zhang Date: Sun, 22 Jan 2017 12:54:44 +0800 Subject: [PATCH] Issue #29092: Sync os.stat's doc and docstring on path type. --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 5a67f93e3c..3aee501cab 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2068,7 +2068,7 @@ features: Get the status of a file or a file descriptor. Perform the equivalent of a :c:func:`stat` system call on the given path. *path* may be specified as - either a string or as an open file descriptor. Return a :class:`stat_result` + either a string, a bytes or as an open file descriptor. Return a :class:`stat_result` object. This function normally follows symlinks; to stat a symlink add the argument -- 2.40.0