Skip to content

Commit 3479e45

Browse files
authored
Remove from stat import * recommendation from stat.py docstring (#154486)
1 parent 56ad3bc commit 3479e45

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Lib/stat.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
"""Constants/functions for interpreting results of os.stat() and os.lstat().
2-
3-
Suggested usage: from stat import *
4-
"""
1+
"""Constants/functions for interpreting results of os.stat() and os.lstat()."""
52

63
# Indices for stat struct members in the tuple returned by os.stat()
74

0 commit comments

Comments
 (0)