[issue26668] Remove Lib/test/test_importlib/regrtest.py?

STINNER Victor report at bugs.python.org
Tue Mar 29 21:14:28 EDT 2016


New submission from STINNER Victor:

Docstring of the file:

"""Run Python's standard test suite using importlib.__import__.

Tests known to fail because of assumptions that importlib (properly)
invalidates are automatically skipped if the entire test suite is run.
Otherwise all command-line options valid for test.regrtest are also valid for
this script.

"""

Since Python 3 now uses importlib by default for __import__, I think that the file became useless and can be removed.

----------
messages: 262641
nosy: brett.cannon, eric.snow, haypo
priority: normal
severity: normal
status: open
title: Remove Lib/test/test_importlib/regrtest.py?
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26668>
_______________________________________


More information about the Python-bugs-list mailing list