This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yan12125
Recipients ned.deily, ronaldoussoren, yan12125
Date 2016-10-01.10:15:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475316954.78.0.654297187037.issue28325@psf.upfronthosting.co.za>
In-reply-to
Content
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 (issue7908), 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 issue9850, I bet there are no third party codes importing this module. It can be removed from CPython safely.

Added some Mac experts.
History
Date User Action Args
2016-10-01 10:15:54yan12125setrecipients: + yan12125, ronaldoussoren, ned.deily
2016-10-01 10:15:54yan12125setmessageid: <1475316954.78.0.654297187037.issue28325@psf.upfronthosting.co.za>
2016-10-01 10:15:54yan12125linkissue28325 messages
2016-10-01 10:15:54yan12125create