commit | 1e4bd53a34a46e44a5e88a6ecc5ea4f102b94b6f | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Thu Dec 27 18:16:32 2012 -0800 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Thu Dec 27 18:16:32 2012 -0800 |
tree | e1dd9e913ed1692b6cfb92bcf30650f421ecd954 | |
parent | 52336f0b50e82bf438b54430e166de5868e9d66e [diff] [blame] |
Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize.
diff --git a/Misc/NEWS b/Misc/NEWS index dc44713..3efa292 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -723,6 +723,9 @@ 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.