-
Remove the
pattern
andr
arguments (seehandle_deprecated_args
). -
Update
SeeResult.filter_ignoring_case
to support wildcard patterns and to require regular expression strings to be in the form/pattern/
, to be consistent withSeeResult.filter
. -
Update
SeeResult.exclude
to support wildcard patterns and to require regular expression strings to be in the form/pattern/
, to be consistent withSeeResult.filter
.