From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.455.1635792257111608052 for ; Mon, 01 Nov 2021 11:44:17 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: n.jayaprakash@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10155"; a="317289823" X-IronPort-AV: E=Sophos;i="5.87,200,1631602800"; d="scan'208";a="317289823" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Nov 2021 11:41:21 -0700 X-IronPort-AV: E=Sophos;i="5.87,200,1631602800"; d="scan'208";a="449348749" Received: from njayapra-mobl1.gar.corp.intel.com ([10.215.201.156]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Nov 2021 11:41:19 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Rebecca Cran , Michael D Kinney , Jayaprakash N Subject: [edk2-libc Patch V4 5/6] AppPkg/Applications/Python: to update readme files in edk2-libc Date: Tue, 2 Nov 2021 00:05:21 +0530 Message-Id: <20211101183522.1391-6-n.jayaprakash@intel.com> X-Mailer: git-send-email 2.32.0.windows.2 In-Reply-To: <20211101183522.1391-1-n.jayaprakash@intel.com> References: <20211101183522.1391-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to update references to py 2.7.10 in StdLib/Readme.txt and StdLibPrivateInternalFiles/ReadMe.txt documents to py3.6.8. Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- StdLib/ReadMe.txt | 8 ++++---- StdLibPrivateInternalFiles/ReadMe.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/StdLib/ReadMe.txt b/StdLib/ReadMe.txt index 200740a..5199692 100644 --- a/StdLib/ReadMe.txt +++ b/StdLib/ReadMe.txt @@ -1,8 +1,8 @@ EADK EDK II Standard Libraries and Applications ReadMe - Version 1.02 - 21 Dec. 2012 + Version 1.03 + 29 Oct. 2021 OVERVIEW @@ -43,9 +43,9 @@ The EADK is comprised of three packages: Main This application is functionally identical to Hello, except that it uses the Standard C Library to provide a main() entry point. - Python A port of the Python-2.7.2 interpreter for UEFI. Building this + Python A port of the Python-3.6.8 interpreter for UEFI. Building this application is disabled by default. - See the PythonReadMe.txt file, in the Python directory, + See the Py368ReadMe.txt file, in the Python\Python-3.6.8 directory, for information on configuring and building Python. Sockets A collection of applications demonstrating use of the diff --git a/StdLibPrivateInternalFiles/ReadMe.txt b/StdLibPrivateInternalFiles/ReadMe.txt index 35e3b6a..424ee96 100644 --- a/StdLibPrivateInternalFiles/ReadMe.txt +++ b/StdLibPrivateInternalFiles/ReadMe.txt @@ -1,8 +1,8 @@ EADK EDK II Standard Libraries and Applications ReadMe - Version 1.02 - 21 Dec. 2012 + Version 1.03 + 29 Oct. 2021 OVERVIEW @@ -43,9 +43,9 @@ The EADK is comprised of three packages: Main This application is functionally identical to Hello, except that it uses the Standard C Library to provide a main() entry point. - Python A port of the Python-2.7.2 interpreter for UEFI. Building this + Python A port of the Python-3.6.8 interpreter for UEFI. Building this application is disabled by default. - See the PythonReadMe.txt file, in the Python directory, + See the Py368ReadMe.txt file, in the Python\Python-3.6.8 directory, for information on configuring and building Python. Sockets A collection of applications demonstrating use of the -- 2.32.0.windows.2