From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web11.7665.1575544795268551103 for ; Thu, 05 Dec 2019 03:19:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=i9phr++h; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575544794; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=9AyOO0JVh0ver+mLrg0+xXDCuToEuaAAwVZzHewD5Lc=; b=i9phr++h6V0tua/WElIvwdXvM+4DcwpHRnwVFpeucGaOknuLzTmHSaHmDBxvOcXB+wHK3a j3yGRz/K9l8cuekm+PuNQZmBkhCFyMKDJMHo6X3xkVTPgsJyyWEbCLTuseFhISafwPCUrI 2V6S45JMSGg/wtjfcnF0WmvKni6vqrE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-258-FktZqwDzPLGER60K5M2GLw-1; Thu, 05 Dec 2019 06:19:52 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 428EC800D5C; Thu, 5 Dec 2019 11:19:51 +0000 (UTC) Received: from x1w.redhat.com (ovpn-205-76.brq.redhat.com [10.40.205.76]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DC48E1D1; Thu, 5 Dec 2019 11:19:45 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Sean Brogan , "Zhiju . Fan" , Bret Barkelew , Bob Feng , Liming Gao , Michael D Kinney , Philippe Mathieu-Daude Subject: [PATCH v2 0/2] Fix two Python 3.8 warnings Date: Thu, 5 Dec 2019 12:19:40 +0100 Message-Id: <20191205111942.19492-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-MC-Unique: FktZqwDzPLGER60K5M2GLw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Two other Python 3.8 fixes, similar to the one reported in BZ#2304: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2304 v2: addressed Bob Feng comments, - refer BZ link - split console output lines to pass PatchCheck.py Regards, Phil. Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Cc: Bob Feng Philippe Mathieu-Daude (2): BaseTools: Avoid "is" with a literal Python 3.8 warnings .pytool: Avoid "is" with a literal Python 3.8 warnings in CI plugins .pytool/Plugin/DscCompleteCheck/DscCompleteCheck.py | 2 +- .pytool/Plugin/LibraryClassCheck/LibraryClassCheck.py | 2 +- BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --=20 2.21.0