From fb26d3caf47e11ea398145d73e5924bef9063243 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 6 Sep 2006 20:19:08 +0000 Subject: Document that dblink.unmerge() does not perform locking internally. svn path=/main/trunk/; revision=4418 --- pym/portage.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym') 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={} -- cgit v1.2.3-1-g7c22