[issue30158] Deprecation warnings emitted in test_importlib

2017-04-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue30158] Deprecation warnings emitted in test_importlib

2017-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3cc8259b71ef784a9f7593f04da96043afe2228a by Serhiy Storchaka in branch 'master': bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576. (#1285) https://github.com/python/cpython/commit/3cc8259b71ef784a9f7593f04da96043afe

[issue30158] Deprecation warnings emitted in test_importlib

2017-04-25 Thread STINNER Victor
STINNER Victor added the comment: Deprecation introduced by issue #29576 according to the PR. -- ___ Python tracker ___ ___ Python-bug

[issue30158] Deprecation warnings emitted in test_importlib

2017-04-25 Thread STINNER Victor
STINNER Victor added the comment: > DeprecationWarning: MetaPathFinder.find_module() is deprecated since Python > 3.4 in favor of MetaPathFinder.find_spec()(available since 3.4) Is a space missing in the error message between "MetaPathFinder.find_spec()" and "(available since 3.4)"? -

[issue30158] Deprecation warnings emitted in test_importlib

2017-04-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> patch review versions: -Python 3.5, Python 3.6 ___ Python tracker ___ ___ Python-bugs-lis

[issue30158] Deprecation warnings emitted in test_importlib

2017-04-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +1392 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue30158] Deprecation warnings emitted in test_importlib

2017-04-25 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: $ ./python -We -m test.regrtest -v test_importlib ... == ERROR: test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests) ---