summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-12-28 02:25:54 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-12-28 02:25:54 (GMT)
commit28441e353cbe95e1b2e26eb08d7b1969ca26d261 (patch)
tree4cd781a492e3cba1405df59d19e7439c81dcc127 /Misc
parent63ee149ca603008004932113a44b9e0e42dd8f09 (diff)
parent1e4bd53a34a46e44a5e88a6ecc5ea4f102b94b6f (diff)
downloadcpython-28441e353cbe95e1b2e26eb08d7b1969ca26d261.zip
cpython-28441e353cbe95e1b2e26eb08d7b1969ca26d261.tar.gz
cpython-28441e353cbe95e1b2e26eb08d7b1969ca26d261.tar.bz2
Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --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 821e4b4..521f749 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,9 @@ Library
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.