From 1fba4a14a3d417d702bea8e4b23af46998882ec1 Mon Sep 17 00:00:00 2001 From: anthony sottile Date: Wed, 22 Jul 2026 09:07:10 -0400 Subject: [PATCH] remove `from stat import *` recommendation from docstring --- Lib/stat.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Lib/stat.py b/Lib/stat.py index 214c7917b5e0489..76f02d7aa33d160 100644 --- a/Lib/stat.py +++ b/Lib/stat.py @@ -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()