As per PEP-11, MacOS 9 support is removed in Python 2.4. There are some leftovers in CPython code base, among which the macurl2path module is an example. I propose to remove it for cleaner codes.
In f6785bce54b5 (bpo-7908), reference to macurl2path was removed from Lib/urllib.py, and macurl2path.py says:
Do not import directly; use urllib instead.
So, unlike the concern in bpo-9850, I bet there are no third party codes importing this module. It can be removed from CPython safely.
Thanks for the suggestion; I didn't even know that was still around. Because it is a bit late in the game for 3.6 and to be extra cautious, I decided to remove it starting with 3.7.
Misc/NEWS
so that it is managed by towncrier #552Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: