[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-09-10 Thread miss-islington
miss-islington added the comment: New changeset e0a1561f93545f38034d6c48f21e79acfd4db04b by Miss Islington (bot) in branch '3.7': bpo-37574: Mention helper functions for find_spec documentation (GH-14739) https://github.com/python/cpython/commit/e0a1561f93545f38034d6c48f21e79acfd4db04b

[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-09-10 Thread miss-islington
miss-islington added the comment: New changeset 63909cdc2ff4eec58cc2b56426f2c725ccd4ba2b by Miss Islington (bot) in branch '3.8': bpo-37574: Mention helper functions for find_spec documentation (GH-14739) https://github.com/python/cpython/commit/63909cdc2ff4eec58cc2b56426f2c725ccd4ba2b

[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-09-10 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-09-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +15525 pull_request: https://github.com/python/cpython/pull/15884 ___ Python tracker ___ __

[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-09-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +15526 pull_request: https://github.com/python/cpython/pull/15885 ___ Python tracker ___ __

[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-09-10 Thread Steve Dower
Steve Dower added the comment: New changeset 9cbb97b29eac4b23e916a3233f26b60ac69e335b by Steve Dower (jdkandersson) in branch 'master': bpo-37574: Mention helper functions for find_spec documentation (GH-14739) https://github.com/python/cpython/commit/9cbb97b29eac4b23e916a3233f26b60ac69e335b

[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-07-13 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14535 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14739 ___ Python tracker ___

[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-07-13 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-07-12 Thread Eric Snow
New submission from Eric Snow : When writing an importer, the finder (either MetaPathFinder or PathEntryFinder) must implement `find_spec()`. A useful tool for that is the existing `spec_from_loader()`. [1] The docs for `MetaPathFinder.find_spec()` and `PathEntryFinder.find_spec()` should m