[issue28586] Convert os.scandir to Argument Clinic

2016-11-06 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue28586] Convert os.scandir to Argument Clinic

2016-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0590b9c5a18e by Serhiy Storchaka in branch 'default': Issue #28586: Converted os.scandir() to Argument Clinic. https://hg.python.org/cpython/rev/0590b9c5a18e -- nosy: +python-dev ___ Python tracker

[issue28586] Convert os.scandir to Argument Clinic

2016-11-02 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch converts os.scandir and DirEntry methods to Argument Clinic. -- components: Argument Clinic, Extension Modules files: clinic-scandir.patch keywords: patch messages: 279907 nosy: larry, serhiy.storchaka priority: normal severity: normal