From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Support for PEP492 async quasi-keyword in python.el Date: Wed, 7 Oct 2015 11:42:21 +0300 Message-ID: <5614DAED.3040006@yandex.ru> References: <87h9m5w845.fsf@nautilus.nautilus> <87y4ff9is5.fsf@metapensiero.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1444207360 32551 80.91.229.3 (7 Oct 2015 08:42:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Oct 2015 08:42:40 +0000 (UTC) Cc: =?UTF-8?Q?Fabi=c3=a1n_Ezequiel_Gallina?= To: Lele Gaifax , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 07 10:42:35 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZjkJ1-0005mm-73 for ged-emacs-devel@m.gmane.org; Wed, 07 Oct 2015 10:42:35 +0200 Original-Received: from localhost ([::1]:56288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjkJ0-0007eL-Bo for ged-emacs-devel@m.gmane.org; Wed, 07 Oct 2015 04:42:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjkIw-0007e9-RX for emacs-devel@gnu.org; Wed, 07 Oct 2015 04:42:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjkIv-0001GJ-Rb for emacs-devel@gnu.org; Wed, 07 Oct 2015 04:42:30 -0400 Original-Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:36702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjkIq-0001DU-TC; Wed, 07 Oct 2015 04:42:25 -0400 Original-Received: by wicgb1 with SMTP id gb1so200385450wic.1; Wed, 07 Oct 2015 01:42:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=Qu7LD9TMPdES3LecaQV8GaVUOjTjgxvvDNeB8c+nFS8=; b=GGJZjsxKcC6SOt6JZ5WWYqb0lNhJAI6hEKEj+01p1sgMyiioNwayTYtJymXJpl+jwf FCc5PU8n1MLzlWXpN9Z1JFEhDrzrv/pfJ2KtWF7JXWrO85MPz7A2qB7Xr3FltfeaixEQ s2fGMjI7lNQ6k9Qm8sJZTYb7Q5uDdOjURW945j4+Kr/+mHONr35z4uJt1DV6HZVxe/aj thYGybwneffE7RIlRXbA0qReSuDpX57SxckHqC9ZnOinXnFObzQEtGKtTwpFEa6GWOmu icaMnR40oMtcyVTER5lL6xWyUwugoGsryS/d+TrXQAP+kr442JITEi+oSqHwO29NcwR2 dzwg== X-Received: by 10.180.210.163 with SMTP id mv3mr21218891wic.40.1444207344054; Wed, 07 Oct 2015 01:42:24 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id gt4sm1540731wib.21.2015.10.07.01.42.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Oct 2015 01:42:23 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Thunderbird/41.0 In-Reply-To: <87y4ff9is5.fsf@metapensiero.it> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191039 Archived-At: On 10/07/2015 11:36 AM, Lele Gaifax wrote: > I wonder if this is the wrong forum for the topic, since none has answered > yet. Would a bugreport containing the patch be a better approach maybe? Submitting the patch as a bug report would be better, but either way we're waiting until Fabián has the time to review it.