diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-12-14 12:37:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 12:37:26 (GMT) |
commit | d7538dd5e3e04a8db22e1470cb2ed696bf3be160 (patch) | |
tree | 2e430306e9128222301df75c352863c23a63d79f /PCbuild | |
parent | 4aa917c5feaec07a6f6db87b34185ab6180e20ee (diff) | |
download | cpython-d7538dd5e3e04a8db22e1470cb2ed696bf3be160.zip cpython-d7538dd5e3e04a8db22e1470cb2ed696bf3be160.tar.gz cpython-d7538dd5e3e04a8db22e1470cb2ed696bf3be160.tar.bz2 |
bpo-35471: Remove the macpath module (GH-11129)
Python 2.4 dropped MacOS 9 support. The macpath module was deprecated
in Python 3.7. This change removes it.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/lib.pyproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 273d5ef..701b55f 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -655,7 +655,6 @@ <Compile Include="logging\handlers.py" /> <Compile Include="logging\__init__.py" /> <Compile Include="lzma.py" /> - <Compile Include="macpath.py" /> <Compile Include="mailbox.py" /> <Compile Include="mailcap.py" /> <Compile Include="mimetypes.py" /> @@ -1176,7 +1175,6 @@ <Compile Include="test\test_long.py" /> <Compile Include="test\test_longexp.py" /> <Compile Include="test\test_lzma.py" /> - <Compile Include="test\test_macpath.py" /> <Compile Include="test\test_mailbox.py" /> <Compile Include="test\test_mailcap.py" /> <Compile Include="test\test_marshal.py" /> @@ -1816,4 +1814,4 @@ <Folder Include="xml\sax" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> -</Project>
\ No newline at end of file +</Project> |