Python 2.4 dropped MacOS 9 support. The macpath module was deprecated in Python 3.7. This change removes it.
| </ItemGroup> | ||
| <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> | ||
| </Project> No newline at end of file | ||
| </Project> |
There was a problem hiding this comment.
It seems like my text editor (vim) likes to add newline. Well, this change shouldn't hurt :-)
|
|
||
| # default the exclude list for each platform | ||
| if win: exclude = exclude + [ | ||
| 'dos', 'dospath', 'mac', 'macpath', 'macfs', 'MACFS', 'posix', ] |
There was a problem hiding this comment.
'dospath'? Seriously? ๐
There was a problem hiding this comment.
I don't know any of these modules (except of "posix"), so I chose to not touch this old code...
|
@serhiy-storchaka: I made two changes, see my second commit. |
|
@ronaldoussoren wrote "I'm in favour of removing macpath.": |
Python 2.4 dropped MacOS 9 support. The macpath module was deprecated
in Python 3.7. This change removes it.
https://bugs.python.org/issue35471