From: Zac Medico Date: Thu, 30 Apr 2009 07:16:56 +0000 (-0000) Subject: Fix lockfile() docstring to correctly document the wantnewlockfile behavior. X-Git-Tag: v2.1.6.12~62 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f344a70aab6e19e92f6a60e3cc004cada0125b3;p=portage.git Fix lockfile() docstring to correctly document the wantnewlockfile behavior. Thanks to Arfrever for reporting. (trunk r13355) svn path=/main/branches/2.1.6/; revision=13511 --- diff --git a/pym/portage/locks.py b/pym/portage/locks.py index 05a65644f..c256a5ada 100644 --- a/pym/portage/locks.py +++ b/pym/portage/locks.py @@ -28,8 +28,10 @@ def unlockdir(mylock): def lockfile(mypath, wantnewlockfile=0, unlinkfile=0, waiting_msg=None, flags=0): - """Creates all dirs upto, the given dir. Creates a lockfile - for the given directory as the file: directoryname+'.portage_lockfile'.""" + """ + If wantnewlockfile is True then this creates a lockfile in the parent + directory as the file: '.' + basename + '.portage_lockfile'. + """ import fcntl if not mypath: