This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Oren Milman
Recipients Oren Milman, berker.peksag, brett.cannon, martin.panter
Date 2016-06-25.15:10:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466867446.57.0.861555164841.issue26896@psf.upfronthosting.co.za>
In-reply-to
Content
Except for some trailing spaces I have just found in my original proposed patches, I don't have any extra changes to add. So as soon as Brett answers about those two assignments, I would update and upload the patches diff file.

With regard to terminology, I believe 'Explicit is better than implicit' fits here.
IMHO using (in the code and docs) each of the three terms explicitly, with accordance to the glossary (https://docs.python.org/3/glossary.html#term-finder, https://docs.python.org/3/glossary.html#term-loader, https://docs.python.org/3/glossary.html#term-importer, all of which were first added back in revision 51025, BTW), makes the import mechanism clearer (than using 'importer' as an ambiguous term).
History
Date User Action Args
2016-06-25 15:10:46Oren Milmansetrecipients: + Oren Milman, brett.cannon, berker.peksag, martin.panter
2016-06-25 15:10:46Oren Milmansetmessageid: <1466867446.57.0.861555164841.issue26896@psf.upfronthosting.co.za>
2016-06-25 15:10:46Oren Milmanlinkissue26896 messages
2016-06-25 15:10:46Oren Milmancreate