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 xmorel
Recipients brett.cannon, docs@python, eric.snow, ncoghlan, pitrou, xmorel
Date 2017-06-02.11:17:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496402256.68.0.0674236158231.issue30535@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm fine with adding a note to the Python 2 docs, but putting it in Python 3 seems to be going in the wrong direction as having sys.meta_path not be empty is how Python will be going forward.

I don't think putting a note is any hint that the Python 3 behaviour (which I appreciate) would change, it would simply tell the reader that the list is not empty by default and they ought decide whether they want their finders to take precedence over (and insert at head) or be fallback to (and append) the builtin finders.

It could also link to the standard/builtin finders.
History
Date User Action Args
2017-06-02 11:17:36xmorelsetrecipients: + xmorel, brett.cannon, ncoghlan, pitrou, docs@python, eric.snow
2017-06-02 11:17:36xmorelsetmessageid: <1496402256.68.0.0674236158231.issue30535@psf.upfronthosting.co.za>
2017-06-02 11:17:36xmorellinkissue30535 messages
2017-06-02 11:17:36xmorelcreate