Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
803a8ea4
You need to sign in or sign up before continuing.
Commit
803a8ea4
authored
23 years ago
by
Neal Norwitz
Browse files
Options
Download
Email Patches
Plain Diff
Update docstring to reflect code change to bool
parent
50ee94fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/statcache.py
Lib/statcache.py
+1
-1
No files found.
Lib/statcache.py
View file @
803a8ea4
...
...
@@ -69,7 +69,7 @@ def forget_except_prefix(prefix):
forget
(
path
)
def
isdir
(
path
):
"""Return
1
if directory, else
0
."""
"""Return
True
if directory, else
False
."""
try
:
st
=
stat
(
path
)
except
_os
.
error
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment