Issue 28324: Clean up MacOS 9-specific description in the docstring of os.py (original) (raw)

Issue28324

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:37 admin set github: 72511
2016-10-02 01:36:28 ned.deily set status: open -> closedtype: enhancement -> messages: + keywords: + gsoc, - patchresolution: fixedstage: resolved
2016-10-02 01:34:04 python-dev set nosy: + python-devmessages: +
2016-10-01 09:56:14 yan12125 create