From: Chris Jerdonek Date: Fri, 28 Dec 2012 02:32:47 +0000 (-0800) Subject: Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize. X-Git-Tag: v3.4.0a1~1751 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7cd05d7af1440464d2df62f2c7755b6dc76db99;p=python Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize. --- f7cd05d7af1440464d2df62f2c7755b6dc76db99 diff --cc Misc/NEWS index de9a4317c3,521f749f83..d355750879 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -531,9 -348,9 +531,12 @@@ Extension Module Tests ----- +- Issue #10646: Tests rearranged for os.samefile/samestat to check for not + just symlinks but also hard links. + + - 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.