From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtg60-0003uF-Cj for guix-patches@gnu.org; Tue, 12 Feb 2019 17:00:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtg5z-0001SX-IE for guix-patches@gnu.org; Tue, 12 Feb 2019 17:00:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46025) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtg5z-0001SI-EN for guix-patches@gnu.org; Tue, 12 Feb 2019 17:00:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtg5z-0001Xx-At for guix-patches@gnu.org; Tue, 12 Feb 2019 17:00:03 -0500 Subject: bug#34379: [PATCH 1/5] gnu: python2-rope: Change comment to reflect partial Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ef8isyzh.fsf@posteo.net> Date: Tue, 12 Feb 2019 22:59:21 +0100 In-Reply-To: <87ef8isyzh.fsf@posteo.net> (Brett Gilio's message of "Thu, 07 Feb 2019 22:09:06 -0600") Message-ID: <87d0nwhdmu.fsf@gnu.org> 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: Brett Gilio Cc: 34379-done@debbugs.gnu.org Brett Gilio skribis: >>>From 5a225d213ef77d2cd7fcb740efe48471f620f605 Mon Sep 17 00:00:00 2001 > From: Brett Gilio > Date: Thu, 7 Feb 2019 21:58:27 -0600 > Subject: [PATCH 1/5] gnu: python2-rope: Change comment to reflect partial > python3 support > > * gnu/packages/python-xyz.scm (python2-rope): Change comment to reflect > partial python 3 support Applied, thanks!