From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/5] gnu: Add python-iso8601. Date: Sun, 13 Sep 2015 11:45:28 +0200 Message-ID: <877fnu8xfr.fsf@gnu.org> References: <1441755264-6790-1-git-send-email-tipecaml@gmail.com> <1441755264-6790-2-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]:42137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zb3qo-0007se-La for guix-devel@gnu.org; Sun, 13 Sep 2015 05:45:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zb3ql-00062o-CP for guix-devel@gnu.org; Sun, 13 Sep 2015 05:45:34 -0400 In-Reply-To: <1441755264-6790-2-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Wed, 9 Sep 2015 01:34:21 +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-iso8601, python2-iso8601): New variable= s. [...] > + "This module parses the most common forms of ISO 8601 date strings (= e.g. > +2007-01-14T20:34:22+00:00) into datetime objects.") @code{2007-01-14T20:34:22+00:00} ... @code{datetime} OK with this change, thanks! Ludo=E2=80=99.