New submission from Chi Hsuan Yen:

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.

----------
components: Library (Lib), Macintosh
messages: 277805
nosy: Chi Hsuan Yen, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Remove MacOS 9-specific module macurl2path.py
type: enhancement
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28325>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to