mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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.
This commit is contained in:
parent
4aa917c5fe
commit
d7538dd5e3
11 changed files with 13 additions and 409 deletions
|
@ -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>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue