diff options
author | Chris Beelby <cmbeelby@gmail.com> | 2012-11-21 10:22:38 -0500 |
---|---|---|
committer | Chris Beelby <cmbeelby@gmail.com> | 2012-11-21 10:22:38 -0500 |
commit | e1ef633d48c67fc0ccb871227213ca6aa1823a08 (patch) | |
tree | 28342cfdd560aea23448bac11ff0755d5e044875 /cherrypy/process/plugins.py | |
parent | b00d0ecea52028ac4f4b71c6b295f75fba81ab8d (diff) | |
download | cherrypy-git-e1ef633d48c67fc0ccb871227213ca6aa1823a08.tar.gz |
Updated doc string in DropPrivileges class to reflect the new URL for the article that was previously linked to.
Also updated the example usage of the class to reflect the actual use of the class.
Diffstat (limited to 'cherrypy/process/plugins.py')
-rw-r--r-- | cherrypy/process/plugins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/process/plugins.py b/cherrypy/process/plugins.py index eee138fd..80473ff3 100644 --- a/cherrypy/process/plugins.py +++ b/cherrypy/process/plugins.py @@ -195,7 +195,7 @@ except ImportError: class DropPrivileges(SimplePlugin): """Drop privileges. uid/gid arguments not available on Windows. - Special thanks to Gavin Baker: http://antonym.org/node/100. + Special thanks to Gavin Baker: http://antonym.org/2005/12/dropping-privileges-in-python.html """ def __init__(self, bus, umask=None, uid=None, gid=None): |