Re: [edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc

2021-11-01 Thread Jayaprakash, N
Hi Mike,

Submitted the updated PR.

Regards,
JP

-Original Message-
From: Jayaprakash, N 
Sent: 02 November 2021 00:01
To: Kinney, Michael D ; devel@edk2.groups.io
Cc: Rebecca Cran 
Subject: RE: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update 
readme files in edk2-libc

Hi Mike,

I didn’t notice this.
Will send an updated patch. 

Sorry for the inconvenience.

Regards,
JP

-Original Message-
From: Kinney, Michael D 
Sent: 01 November 2021 21:59
To: Jayaprakash, N ; devel@edk2.groups.io; Kinney, 
Michael D 
Cc: Rebecca Cran 
Subject: RE: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update 
readme files in edk2-libc

Hi JP,

The updates to these 2 ReadMe.txt files is not complete and do not match the 
updated to AppPkg/ReadMe.txt.

There is an additional paragraph with Python 2.x references.

Mike



> -Original Message-
> From: Jayaprakash, N 
> Sent: Saturday, October 30, 2021 6:53 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran ; Kinney, Michael D 
> ; Jayaprakash, N 
> Subject: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to 
> update readme files in edk2-libc
> 
> 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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#83023): https://edk2.groups.io/g/devel/message/83023
Mute This Topic: https://groups.io/mt/86699023/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc

2021-11-01 Thread Jayaprakash, N
Hi Mike,

I didn’t notice this.
Will send an updated patch. 

Sorry for the inconvenience.

Regards,
JP

-Original Message-
From: Kinney, Michael D  
Sent: 01 November 2021 21:59
To: Jayaprakash, N ; devel@edk2.groups.io; Kinney, 
Michael D 
Cc: Rebecca Cran 
Subject: RE: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update 
readme files in edk2-libc

Hi JP,

The updates to these 2 ReadMe.txt files is not complete and do not match the 
updated to AppPkg/ReadMe.txt.

There is an additional paragraph with Python 2.x references.

Mike



> -Original Message-
> From: Jayaprakash, N 
> Sent: Saturday, October 30, 2021 6:53 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran ; Kinney, Michael D 
> ; Jayaprakash, N 
> Subject: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to 
> update readme files in edk2-libc
> 
> 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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#83015): https://edk2.groups.io/g/devel/message/83015
Mute This Topic: https://groups.io/mt/86699023/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc

2021-11-01 Thread Michael D Kinney
Hi JP,

The updates to these 2 ReadMe.txt files is not complete and do not match the 
updated to AppPkg/ReadMe.txt.

There is an additional paragraph with Python 2.x references.

Mike



> -Original Message-
> From: Jayaprakash, N 
> Sent: Saturday, October 30, 2021 6:53 AM
> To: devel@edk2.groups.io
> Cc: Rebecca Cran ; Kinney, Michael D 
> ; Jayaprakash, N
> 
> Subject: [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update 
> readme files in edk2-libc
> 
> 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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#83004): https://edk2.groups.io/g/devel/message/83004
Mute This Topic: https://groups.io/mt/86699023/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] [edk2-libc Patch v3 5/5] AppPkg/Applications/Python: to update readme files in edk2-libc

2021-10-30 Thread Jayaprakash, N
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#82959): https://edk2.groups.io/g/devel/message/82959
Mute This Topic: https://groups.io/mt/86699023/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-