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 serhiy.storchaka
Recipients brett.cannon, serhiy.storchaka
Date 2017-04-25.09:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493114299.05.0.756941591425.issue30158@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -We -m test.regrtest -v test_importlib
...
======================================================================
ERROR: test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_importlib/test_abc.py", line 160, in test_find_module
    self.assertIsNone(self.ins.find_module('something', None))
  File "/home/serhiy/py/cpython/Lib/test/test_importlib/test_abc.py", line 151, in find_module
    return super().find_module(fullname, path)
  File "/home/serhiy/py/cpython/Lib/importlib/abc.py", line 72, in find_module
    stacklevel=2)
DeprecationWarning: MetaPathFinder.find_module() is deprecated since Python 3.4 in favor of MetaPathFinder.find_spec()(available since 3.4)

...
History
Date User Action Args
2017-04-25 09:58:19serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon
2017-04-25 09:58:19serhiy.storchakasetmessageid: <1493114299.05.0.756941591425.issue30158@psf.upfronthosting.co.za>
2017-04-25 09:58:18serhiy.storchakalinkissue30158 messages
2017-04-25 09:58:18serhiy.storchakacreate