From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web10.4598.1575308007820998157 for ; Mon, 02 Dec 2019 09:33:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=dhm9Ph7b; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575308006; 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=+8BlRCjnspTLMnie5zRy9OcfrYVGFnxPYYtETA8GB5U=; b=dhm9Ph7boZvM+xjCWp71dpFxK4MYyMprfmGQ7tHYUTvnLJkxe16mTAyWjPVucXs0PbP0Q0 /id/a4oyK0XSqFTf89zVdxMMuwb7sApM5Kxez3dkBAytSn0+C4XGqLT8/lqx1yaZsIg6P1 62Sskk5kL2gdyj6KfjxV3nnyzb2tvvU= 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-44-nifJ7o7oMpKd2zQkbDfnog-1; Mon, 02 Dec 2019 12:33:19 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2B545107ACC9; Mon, 2 Dec 2019 17:33:18 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-21.brq.redhat.com [10.40.204.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A148B19C68; Mon, 2 Dec 2019 17:33:12 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Sean Brogan , "Zhiju . Fan" , Bob Feng , Bret Barkelew , Liming Gao , Michael D Kinney , Philippe Mathieu-Daude Subject: [PATCH 0/2] Fix two Python 3.8 warnings Date: Mon, 2 Dec 2019 18:33:07 +0100 Message-Id: <20191202173309.10411-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: nifJ7o7oMpKd2zQkbDfnog-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 Regards, Phil. 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