Issue 28586: Convert os.scandir to Argument Clinic (original) (raw)

Issue28586

Created on 2016-11-02 08:33 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
clinic-scandir.patch serhiy.storchaka,2016-11-02 08:33 review
Messages (2)
msg279907 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-11-02 08:33
Proposed patch converts os.scandir and DirEntry methods to Argument Clinic.
msg280136 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-11-06 11:45
New changeset 0590b9c5a18e by Serhiy Storchaka in branch 'default': Issue #28586: Converted os.scandir() to Argument Clinic. https://hg.python.org/cpython/rev/0590b9c5a18e
History
Date User Action Args
2022-04-11 14:58:38 admin set github: 72772
2016-11-06 21:54:24 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2016-11-06 11:45:56 python-dev set nosy: + python-devmessages: +
2016-11-02 08:34:13 serhiy.storchaka link issue25996 dependencies
2016-11-02 08:33:16 serhiy.storchaka create