New submission from Eric Snow:

(from msg202657 in issue 18864)

A bunch of importlib (and other?) tests make direct calls to find_module(), 
find_loader(), or load_module().  These are still working, as expected.  
However, we should probably either replace them or supplement them with 
equivalent tests that make use of specs directly.

----------
assignee: eric.snow
components: Tests
messages: 215147
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Switch applicable importlib tests to use PEP 451 API
type: enhancement
versions: Python 3.4, Python 3.5

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

Reply via email to