diff options
Diffstat (limited to 'Lib/site.py')
-rw-r--r-- | Lib/site.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/site.py b/Lib/site.py index 548aa62..0df1d04 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -184,7 +184,7 @@ def addsitedir(sitedir, known_paths=None): def check_enableusersite(): """Check if user site directory is safe for inclusion - The functions tests for the command line flag (including environment var), + The function tests for the command line flag (including environment var), process uid/gid equal to effective uid/gid. None: Disabled for security reasons |