From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Keeping Subject: Re: [PATCH] INSTALL: git-p4 doesn't support Python 3 Date: Sun, 20 Jan 2013 10:59:21 +0000 Message-ID: <20130120105921.GI31172@serenity.lan> References: <20130119120158.GH31172@serenity.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Pete Wyckoff To: David Aguilar X-From: git-owner@vger.kernel.org Sun Jan 20 11:59:53 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Twscy-0003xi-B3 for gcvg-git-2@plane.gmane.org; Sun, 20 Jan 2013 11:59:52 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751635Ab3ATK7a (ORCPT ); Sun, 20 Jan 2013 05:59:30 -0500 Received: from coyote.aluminati.org ([72.9.247.114]:60169 "EHLO coyote.aluminati.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751404Ab3ATK7a (ORCPT ); Sun, 20 Jan 2013 05:59:30 -0500 Received: from localhost (localhost [127.0.0.1]) by coyote.aluminati.org (Postfix) with ESMTP id 3C6DC606538; Sun, 20 Jan 2013 10:59:29 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at caracal.aluminati.org X-Spam-Flag: NO X-Spam-Score: -11 X-Spam-Level: X-Spam-Status: No, score=-11 tagged_above=-9999 required=6.31 tests=[ALL_TRUSTED=-1, ALUMINATI_LOCAL_TESTS=-10] autolearn=ham Received: from coyote.aluminati.org ([127.0.0.1]) by localhost (coyote.aluminati.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qZxydYkDxX2i; Sun, 20 Jan 2013 10:59:28 +0000 (GMT) Received: from pichi.aluminati.org (pichi.aluminati.org [10.0.16.50]) by coyote.aluminati.org (Postfix) with ESMTP id 8AD786064F2; Sun, 20 Jan 2013 10:59:28 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by pichi.aluminati.org (Postfix) with ESMTP id 6C2C3161E560; Sun, 20 Jan 2013 10:59:28 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at aluminati.org Received: from pichi.aluminati.org ([127.0.0.1]) by localhost (pichi.aluminati.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eZqQbNBKUMS1; Sun, 20 Jan 2013 10:59:28 +0000 (GMT) Received: from serenity.lan (tg1.aluminati.org [10.0.16.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pichi.aluminati.org (Postfix) with ESMTPSA id 08A14161E54F; Sun, 20 Jan 2013 10:59:23 +0000 (GMT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Sat, Jan 19, 2013 at 05:31:35PM -0800, David Aguilar wrote: > On Sat, Jan 19, 2013 at 4:01 AM, John Keeping wrote: >> Since Pyhton >> 2.8 will never exist [1] > > Tiny typo: Python misspelled as Pyhton Thanks. v2 on its way. John