commit | 471617d6d324ca3d119ddaa7206d4b902475e4be | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon May 05 17:16:58 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon May 05 17:16:58 2008 +0000 |
tree | 45d32f883e0dfd85abbd87da9149993ce0494116 | |
parent | 9c19bc62478e1cd732623abfdf701239d2f860ce [diff] [blame] |
Issue #1734346: Support Unicode file names for zipfiles.
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index b092bd9..d8d6590 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -1,6 +1,6 @@ #! /usr/bin/env python -"""Regression test. +"""Regression test driver. This will find all modules whose name is "test_*" in the test directory, and run them. Various command line options provide