summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-12-14 13:37:26 +0100
committerGitHub <noreply@github.com>2018-12-14 13:37:26 +0100
commitd7538dd5e3e04a8db22e1470cb2ed696bf3be160 (patch)
tree2e430306e9128222301df75c352863c23a63d79f /PCbuild
parent4aa917c5feaec07a6f6db87b34185ab6180e20ee (diff)
downloadcpython-git-d7538dd5e3e04a8db22e1470cb2ed696bf3be160.tar.gz
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.pyproj4
1 files changed, 1 insertions, 3 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj
index 273d5ef752..701b55f7d1 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>