From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: python syntax escape question (pybitmessage update) Date: Fri, 03 Mar 2017 00:00:35 +0100 Message-ID: <8737evwagc.fsf@elephly.net> References: <20170302213737.yprhiiizdhu42d7s@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjZiN-0001Vr-Al for guix-devel@gnu.org; Thu, 02 Mar 2017 18:00:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjZiJ-0004BW-Rl for guix-devel@gnu.org; Thu, 02 Mar 2017 18:00:51 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21034) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjZiJ-0004Ag-Bw for guix-devel@gnu.org; Thu, 02 Mar 2017 18:00:47 -0500 In-reply-to: <20170302213737.yprhiiizdhu42d7s@abyayala> 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" To: ng0 Cc: guix-devel@gnu.org ng0 writes: > while updating PyBitmessage I ran (again) into python syntax issues, how > to escape them. > There's a "Press the Anykey" variant in there which needs to be removed I’d just patch out the “if detectPrereqs” part to ensure that the prompt never appears. ~~ Ricardo