[issue31109] zipimport argument clinic conversion

2017-08-19 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue31109] zipimport argument clinic conversion

2017-08-18 Thread Brett Cannon
Brett Cannon added the comment: New changeset 02f3b7d5ab2206d256879e5a8a34f560218ed397 by Brett Cannon (Yaron de Leeuw) in branch 'master': bpo-31109: Convert zipimport to use Argument Clinic (GH-2990) https://github.com/python/cpython/commit/02f3b7d5ab2206d256879e5a8a34f560218ed397 -

[issue31109] zipimport argument clinic conversion

2017-08-03 Thread Yaron de Leeuw
Yaron de Leeuw added the comment: Oh that's a cool idea which I was not aware of. -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue31109] zipimport argument clinic conversion

2017-08-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If zipimport will be reimplemented in Python (issue25711) this change will be not needed. -- nosy: +serhiy.storchaka ___ Python tracker ___ _

[issue31109] zipimport argument clinic conversion

2017-08-02 Thread Yaron de Leeuw
Changes by Yaron de Leeuw : -- pull_requests: +3028 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31109] zipimport argument clinic conversion

2017-08-02 Thread Yaron de Leeuw
New submission from Yaron de Leeuw: Convert zipimport to use the argument clinic. I will submit the PR shortly. -- components: Argument Clinic, Library (Lib) messages: 299667 nosy: jarondl, larry, twouters priority: normal severity: normal status: open title: zipimport argument clinic co