From: Zac Medico Date: Wed, 6 Sep 2006 20:19:08 +0000 (-0000) Subject: Document that dblink.unmerge() does not perform locking internally. X-Git-Tag: v2.1.1~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb26d3caf47e11ea398145d73e5924bef9063243;p=portage.git Document that dblink.unmerge() does not perform locking internally. svn path=/main/trunk/; revision=4418 --- diff --git a/pym/portage.py b/pym/portage.py index 38a5755e3..4899295d6 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5678,6 +5678,8 @@ class dblink: def unmerge(self, pkgfiles=None, trimworld=1, cleanup=1, ldpath_mtimes=None): + """The caller must ensure that lockdb() and unlockdb() are called + before and after this method.""" global dircache dircache={}