bpo-35471: Remove the macpath module by vstinner · Pull Request #11129 · python/cpython
| </ItemGroup> | ||
| <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> | ||
| </Project> No newline at end of file | ||
| </Project> |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated change.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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', ] |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'dospath'? Seriously? 😉
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know any of these modules (except of "posix"), so I chose to not touch this old code...