[issue26252] Add an example to importlib docs on setting up an importer

2016-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset dc24ab548e2b by Brett Cannon in branch 'default': Issue #26252: Add an example on how to register a finder https://hg.python.org/cpython/rev/dc24ab548e2b -- nosy: +python-dev ___ Python tracker

[issue26252] Add an example to importlib docs on setting up an importer

2016-03-19 Thread Brett Cannon
Brett Cannon added the comment: I added an example on how to register both a meta path and path entry finder. It's a rather simple example, but hopefully using the classes that importlib uses will help also point people towards the appropriate classes to learn about for their own needs.

[issue26252] Add an example to importlib docs on setting up an importer

2016-02-27 Thread Anish Shah
Changes by Anish Shah : -- nosy: -anish.shah ___ Python tracker ___ ___

[issue26252] Add an example to importlib docs on setting up an importer

2016-02-04 Thread Maciej Szulik
Changes by Maciej Szulik : -- nosy: +maciej.szulik ___ Python tracker ___ ___

[issue26252] Add an example to importlib docs on setting up an importer

2016-02-03 Thread Simon Cross
Changes by Simon Cross : -- nosy: +hodgestar ___ Python tracker ___ ___ Python-bugs-list

[issue26252] Add an example to importlib docs on setting up an importer

2016-02-03 Thread Anish Shah
Changes by Anish Shah : -- nosy: +anish.shah ___ Python tracker ___ ___

[issue26252] Add an example to importlib docs on setting up an importer

2016-02-01 Thread jan matejek
Changes by jan matejek : -- nosy: +matejcik ___ Python tracker ___ ___ Python-bugs-list

[issue26252] Add an example to importlib docs on setting up an importer

2016-01-31 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___

[issue26252] Add an example to importlib docs on setting up an importer

2016-01-31 Thread Chris Rebert
Changes by Chris Rebert : -- nosy: +cvrebert ___ Python tracker ___ ___

[issue26252] Add an example to importlib docs on setting up an importer

2016-01-31 Thread Donald Stufft
Changes by Donald Stufft : -- nosy: +dstufft ___ Python tracker ___ ___ Python-bugs-list

[issue26252] Add an example to importlib docs on setting up an importer

2016-01-31 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list

[issue26252] Add an example to importlib docs on setting up an importer

2016-01-31 Thread Brett Cannon
New submission from Brett Cannon: This past week a lot of people have asked me about how to set up an importer. It's enough to warrant adding an example in the new Examples section of the importlib docs to explain how to do this using the pre-existing classes in importlib.machinery for

[issue26252] Add an example to importlib docs on setting up an importer

2016-01-31 Thread Eric Fahlgren
Changes by Eric Fahlgren : -- nosy: +eric.fahlgren ___ Python tracker ___ ___