Message294924
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'>] |
|
| Date |
User |
Action |
Args |
| 2017-06-01 09:45:34 | xmorel | set | recipients:
+ xmorel, docs@python |
| 2017-06-01 09:45:34 | xmorel | set | messageid: <1496310334.29.0.290726146246.issue30535@psf.upfronthosting.co.za> |
| 2017-06-01 09:45:34 | xmorel | link | issue30535 messages |
| 2017-06-01 09:45:34 | xmorel | create | |
|