Xavier Morel added the comment:

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'>]

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30535>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to