From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33715) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP5MO-0006nJ-8n for guix-patches@gnu.org; Mon, 28 Oct 2019 09:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP5MN-00041R-Br for guix-patches@gnu.org; Mon, 28 Oct 2019 09:47:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35188) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP5MN-00041C-8Y for guix-patches@gnu.org; Mon, 28 Oct 2019 09:47:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iP5MM-0005e0-Jk for guix-patches@gnu.org; Mon, 28 Oct 2019 09:47:02 -0400 Subject: [bug#37704] [PATCH 4/9] gnu: Add python-memcached. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33549) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP5LQ-0005RT-2s for guix-patches@gnu.org; Mon, 28 Oct 2019 09:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP5LO-0002za-RC for guix-patches@gnu.org; Mon, 28 Oct 2019 09:46:03 -0400 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:37780) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP5LM-0002vs-T7 for guix-patches@gnu.org; Mon, 28 Oct 2019 09:46:01 -0400 Received: by mail-wm1-x344.google.com with SMTP id q130so9207702wme.2 for ; Mon, 28 Oct 2019 06:46:00 -0700 (PDT) References: <20191028094630.18002-1-tanguy@bioneland.org> <20191028094630.18002-4-tanguy@bioneland.org> From: Mathieu Othacehe In-reply-to: <20191028094630.18002-4-tanguy@bioneland.org> Date: Mon, 28 Oct 2019 14:45:39 +0100 Message-ID: <87zhhlj858.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37704@debbugs.gnu.org Cc: tanguy@bioneland.org > +daemon. It is the client side software which allows storing values in one or ^ two spaces > +more, possibly remote, memcached servers. Search google for memcached for more > +information. Please remove the last sentence. Mathieu