diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-07-01 16:35:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 16:35:07 (GMT) |
commit | e21b45a8e71d06a6a03f99261cab33e72b896bb9 (patch) | |
tree | 9edc1b795d56a170d3b03b4b7cc715a038f1fdf4 /PCbuild | |
parent | 8f4ef3b019ce380022018587571b0f970e668de3 (diff) | |
download | cpython-e21b45a8e71d06a6a03f99261cab33e72b896bb9.zip cpython-e21b45a8e71d06a6a03f99261cab33e72b896bb9.tar.gz cpython-e21b45a8e71d06a6a03f99261cab33e72b896bb9.tar.bz2 |
bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)
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 683335e..0ddeef3 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -830,7 +830,6 @@ <Compile Include="test\mp_fork_bomb.py" /> <Compile Include="test\mp_preload.py" /> <Compile Include="test\multibytecodec_support.py" /> - <Compile Include="test\outstanding_bugs.py" /> <Compile Include="test\pickletester.py" /> <Compile Include="test\profilee.py" /> <Compile Include="test\pyclbr_input.py" /> |