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 vstinner
Recipients brett.cannon, eric.snow, vstinner
Date 2016-03-30.01:14:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459300468.22.0.543956048142.issue26668@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-03-30 01:14:28vstinnersetrecipients: + vstinner, brett.cannon, eric.snow
2016-03-30 01:14:28vstinnersetmessageid: <1459300468.22.0.543956048142.issue26668@psf.upfronthosting.co.za>
2016-03-30 01:14:28vstinnerlinkissue26668 messages
2016-03-30 01:14:27vstinnercreate