diff --git a/linkcheck/loader.py b/linkcheck/loader.py index 65ee81e1..52e182ea 100644 --- a/linkcheck/loader.py +++ b/linkcheck/loader.py @@ -23,6 +23,8 @@ def is_frozen (): def check_writable_by_others(filename): + """Check if file is writable by others on POSIX systems. + On non-POSIX systems the check is ignored.""" if os.name != 'posix': # XXX on non-posix systems other bits are relevant return