diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-03-18 06:44:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-18 06:44:11 (GMT) |
commit | 6a16b18224fa98f6d192aa5014affeccc0376eb3 (patch) | |
tree | d42d5fb270ce1a0e77235b9d5841fe2daa64b4e6 /PCbuild | |
parent | 6fb544d8bc994ceb96b0fc5059c65fa82997743e (diff) | |
download | cpython-6a16b18224fa98f6d192aa5014affeccc0376eb3.zip cpython-6a16b18224fa98f6d192aa5014affeccc0376eb3.tar.gz cpython-6a16b18224fa98f6d192aa5014affeccc0376eb3.tar.bz2 |
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 701b55f..ffb95c6 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" /> |