]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove `from stat import *` recommendation from `stat.py` docstring (#154486) main
authoranthony sottile <asottile@umich.edu>
Wed, 22 Jul 2026 13:41:05 +0000 (09:41 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 13:41:05 +0000 (13:41 +0000)
Lib/stat.py

index 214c7917b5e048918b0fd0365866bb004aefc472..76f02d7aa33d1600e2d3361ce2a7faed5f5ea623 100644 (file)
@@ -1,7 +1,4 @@
-"""Constants/functions for interpreting results of os.stat() and os.lstat().
-
-Suggested usage: from stat import *
-"""
+"""Constants/functions for interpreting results of os.stat() and os.lstat()."""
 
 # Indices for stat struct members in the tuple returned by os.stat()