summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-12-28 02:16:32 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-12-28 02:16:32 (GMT)
commit1e4bd53a34a46e44a5e88a6ecc5ea4f102b94b6f (patch)
treee1dd9e913ed1692b6cfb92bcf30650f421ecd954 /Misc
parent52336f0b50e82bf438b54430e166de5868e9d66e (diff)
downloadcpython-1e4bd53a34a46e44a5e88a6ecc5ea4f102b94b6f.zip
cpython-1e4bd53a34a46e44a5e88a6ecc5ea4f102b94b6f.tar.gz
cpython-1e4bd53a34a46e44a5e88a6ecc5ea4f102b94b6f.tar.bz2
Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dc44713..3efa292 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -723,6 +723,9 @@ Extension Modules
Tests
-----
+- Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize
+ options.
+
- Issue #16664: Add regression tests for glob's behaviour concerning entries
starting with a ".". Patch by Sebastian Kreft.