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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26668>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to