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 docs@python, xmorel
Date 2017-06-01.09:45:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496310334.29.0.290726146246.issue30535@psf.upfronthosting.co.za>
In-reply-to
Content
Addendum: the warning was present (in the documentation) until Python 3.5, even though Python 3.3 is apparently where the "default finders" were moved to meta_path:

    > python3.2 -c 'import sys;print(sys.meta_path)'
    []
> python3.3 -c 'import sys;print(sys.meta_path)'
    [<class '_frozen_importlib.BuiltinImporter'>, <class '_frozen_importlib.FrozenImporter'>, <class '_frozen_importlib.PathFinder'>]
History
Date User Action Args
2017-06-01 09:45:34xmorelsetrecipients: + xmorel, docs@python
2017-06-01 09:45:34xmorelsetmessageid: <1496310334.29.0.290726146246.issue30535@psf.upfronthosting.co.za>
2017-06-01 09:45:34xmorellinkissue30535 messages
2017-06-01 09:45:34xmorelcreate