This commit no longer exists in the repository. It may have been part of a branch which was deleted.
Description
Refactor: python: Standardize match keyword argument.
In some places, this is match= and in others, it's stdout_match=.
Standardize on stdout_match=. The underlying variable was already named
appropriately.