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.

classification
Title: Clean up MacOS 9-specific description in the docstring of os.py
Type: Stage: resolved
Components: Library (Lib), macOS Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, ned.deily, python-dev, ronaldoussoren, yan12125
Priority: normal Keywords: gsoc

Created on 2016-10-01 09:56 by yan12125, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
os-macos9.patch yan12125, 2016-10-01 09:56 review
Messages (3)
msg277803 - (view) Author: (yan12125) * Date: 2016-10-01 09:56
As per PEP 11, MacOS 9 support is removed in Python 2.4. There are some leftovers in CPython code base, among which comments about os.py are examples. I propose to clean them up for cleaner codes.

Added Mac experts as well as Guido, the author of these comments in some 24-year-ago changesets 3169d38f6774, d945cf33a64f and 259923e4d7b1.
msg277839 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-02 01:34
New changeset dbdcedf3583e by Ned Deily in branch '3.6':
Issue #28324: Remove vestigal MacOS 9 references in os.py docstring.
https://hg.python.org/cpython/rev/dbdcedf3583e

New changeset d55fd379b994 by Ned Deily in branch 'default':
Issue #28324: Merge from 3.6
https://hg.python.org/cpython/rev/d55fd379b994
msg277841 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2016-10-02 01:36
Thanks for this patch, too!
History
Date User Action Args
2022-04-11 14:58:37adminsetgithub: 72511
2016-10-02 01:36:28ned.deilysetstatus: open -> closed
type: enhancement ->
messages: + msg277841

keywords: + gsoc, - patch
resolution: fixed
stage: resolved
2016-10-02 01:34:04python-devsetnosy: + python-dev
messages: + msg277839
2016-10-01 09:56:14yan12125create