Movatterモバイル変換


[0]ホーム

URL:


homepage

Issue28325

This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title:Remove MacOS 9-specific module macurl2path.py
Type:Stage:resolved
Components:Library (Lib), macOSVersions:Python 3.7
process
Status:closedResolution:fixed
Dependencies:Superseder:
Assigned To:Nosy List: ned.deily, python-dev, ronaldoussoren, yan12125
Priority:normalKeywords:

Created on2016-10-01 10:15 byyan12125, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.

Pull Requests
URLStatusLinkedEdit
PR 552closeddstufft,2017-03-31 16:36
Messages (4)
msg277805 -(view)Author: (yan12125)*Date: 2016-10-01 10:15
As perPEP 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.Inf6785bce54b5 (issue7908), reference to macurl2path was removed fromLib/urllib.py, and macurl2path.py says:Do not import directly; use urllib instead.So, unlike the concern inissue9850, I bet there are no third party codes importing this module. It can be removed from CPython safely.Added some Mac experts.
msg277842 -(view)Author: Roundup Robot (python-dev)(Python triager)Date: 2016-10-02 02:06
New changeset07c593845994 by Ned Deily in branch 'default':Issue#28325: Remove vestigal MacOS 9 macurl2path module and its tests.https://hg.python.org/cpython/rev/07c593845994
msg277843 -(view)Author: Ned Deily (ned.deily)*(Python committer)Date: 2016-10-02 02:09
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.
msg277850 -(view)Author: (yan12125)*Date: 2016-10-02 05:04
Thanks for landing all the changes :) It's definitely surprising to see those old CPython codes.
History
DateUserActionArgs
2022-04-11 14:58:37adminsetgithub: 72512
2017-03-31 16:36:22dstufftsetpull_requests: +pull_request963
2016-10-02 05:04:48yan12125setmessages: +msg277850
2016-10-02 02:09:53ned.deilysetstatus: open -> closed
versions: - Python 3.6
type: enhancement ->
messages: +msg277843

resolution: fixed
stage: resolved
2016-10-02 02:06:09python-devsetnosy: +python-dev
messages: +msg277842
2016-10-01 10:15:54yan12125create
Supported byThe Python Software Foundation,
Powered byRoundup
Copyright © 1990-2022,Python Software Foundation
Legal Statements

[8]ページ先頭

©2009-2026 Movatter.jp