diff options
author | 2019-03-18 15:44:11 +0900 | |
---|---|---|
committer | 2019-03-18 15:44:11 +0900 | |
commit | 6a16b18224fa98f6d192aa5014affeccc0376eb3 (patch) | |
tree | d42d5fb270ce1a0e77235b9d5841fe2daa64b4e6 /PCbuild | |
parent | Fix "catchs" typos in NEWS entries (GH-12364) (diff) | |
download | cpython-6a16b18224fa98f6d192aa5014affeccc0376eb3.tar.gz cpython-6a16b18224fa98f6d192aa5014affeccc0376eb3.tar.bz2 cpython-6a16b18224fa98f6d192aa5014affeccc0376eb3.zip |
bpo-36297: remove "unicode_internal" codec (GH-12342)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/lib.pyproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 701b55f7d11..ffb95c6efcd 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -392,7 +392,6 @@ <Compile Include="encodings\tis_620.py" /> <Compile Include="encodings\undefined.py" /> <Compile Include="encodings\unicode_escape.py" /> - <Compile Include="encodings\unicode_internal.py" /> <Compile Include="encodings\utf_16.py" /> <Compile Include="encodings\utf_16_be.py" /> <Compile Include="encodings\utf_16_le.py" /> |