, July 24, 2021 4:02 AM
> To: devel@edk2.groups.io
> Cc: Cole Robinson
> Subject: [edk2-devel] [PATCH 0/3] BaseTools: fix some python
> DeprecationWarnings
>
> This addresses some python DeprecationWarnings that are popping up with
> python 3.10
>
> Cole Robinson (3):
This patch set is good to me.
Reviewed-by: Bob Feng
-Original Message-
From: devel@edk2.groups.io On Behalf Of Cole
Sent: Saturday, July 24, 2021 4:02 AM
To: devel@edk2.groups.io
Cc: Cole Robinson
Subject: [edk2-devel] [PATCH 0/3] BaseTools: fix some python DeprecationWarnings
This
This addresses some python DeprecationWarnings that are popping up
with python 3.10
Cole Robinson (3):
build: Fix python3.10 threading DeprecationWarnings
python: Replace distutils.utils.split_quotes with shlex.split
BaseTools: Drop check for distutils.utils
.../Source/Python/AutoGen/UniCl