From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add python-aiotest. Date: Wed, 15 Jul 2015 23:43:29 +0200 Message-ID: <87io9lksfy.fsf@gnu.org> References: <1436754794-12613-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFUSl-0008JO-H0 for guix-devel@gnu.org; Wed, 15 Jul 2015 17:43:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFUSi-0003R7-7z for guix-devel@gnu.org; Wed, 15 Jul 2015 17:43:35 -0400 In-Reply-To: <1436754794-12613-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Mon, 13 Jul 2015 04:33:14 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/python.scm (python-aiotest, python2-aiotest): New variable= s. [...] > + (synopsis > + "Test suite to validate an implementation of PEP 3156 (the asyncio A= PI)") What about =E2=80=9CValidate implementations of Python=E2=80=99s asyncio AP= I=E2=80=9D? > + (description > + "Aiotest is a test suite to validate the implementation of PEP 3156 = in ^^ + =E2=80=9C (asynchronous I/O)=E2=80=9D OK with changes along these lines! Thanks, Ludo=E2=80=99.