[issue28325] Remove MacOS 9-specific module macurl2path.py

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +963 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue28325] Remove MacOS 9-specific module macurl2path.py

2016-10-01 Thread Chi Hsuan Yen
Chi Hsuan Yen added the comment: Thanks for landing all the changes :) It's definitely surprising to see those old CPython codes. -- ___ Python tracker ___ _

[issue28325] Remove MacOS 9-specific module macurl2path.py

2016-10-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 07c593845994 by Ned Deily in branch 'default': Issue #28325: Remove vestigal MacOS 9 macurl2path module and its tests. https://hg.python.org/cpython/rev/07c593845994 -- nosy: +python-dev ___ Python tracke

[issue28325] Remove MacOS 9-specific module macurl2path.py

2016-10-01 Thread Ned Deily
Ned Deily added the comment: 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. -- resolution: -> fixed stage: -> resolved status: open -> closed type:

[issue28325] Remove MacOS 9-specific module macurl2path.py

2016-10-01 Thread Chi Hsuan Yen
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 remov