From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SCgsA-0004Yo-6W for garchives@archives.gentoo.org; Wed, 28 Mar 2012 00:36:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56312E09B6; Wed, 28 Mar 2012 00:36:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 24AD9E09B6 for ; Wed, 28 Mar 2012 00:36:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B64B1B4005 for ; Wed, 28 Mar 2012 00:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1BCC1E5402 for ; Wed, 28 Mar 2012 00:36:11 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1332894959.0fc7ed733f41e71a0a7fb6e886f6e6a8ec5056cc.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/locks.py X-VCS-Directories: pym/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0fc7ed733f41e71a0a7fb6e886f6e6a8ec5056cc X-VCS-Branch: master Date: Wed, 28 Mar 2012 00:36:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b744e52a-1183-4375-8fe5-83cae1fdf564 X-Archives-Hash: 2695f895bf7f9fddf66c33b2026efc4b commit: 0fc7ed733f41e71a0a7fb6e886f6e6a8ec5056cc Author: Zac Medico gentoo org> AuthorDate: Wed Mar 28 00:35:59 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Mar 28 00:35:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D0fc7ed73 locks.py: fix _close_fds docstring --- pym/portage/locks.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/pym/portage/locks.py b/pym/portage/locks.py index 87fbe07..59fbc6e 100644 --- a/pym/portage/locks.py +++ b/pym/portage/locks.py @@ -45,7 +45,6 @@ def _close_fds(): descriptors for locks held by the parent process. This can be called safely after a fork without exec, unlike the _setup_pipes close_fds behavior. - . """ while _open_fds: os.close(_open_fds.pop())