summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-06-08-16-03-19.bpo-34886.Ov-pc9.rst
blob: 1b5fc37025212d6037dabfac7b2cd986aff42051 (plain)
1
2
3
4
5
Fix an unintended ValueError from :func:`subprocess.run` when checking for
conflicting `input` and `stdin` or `capture_output` and `stdout` or `stderr`
args when they were explicitly provided but with `None` values within a
passed in `**kwargs` dict rather than as passed directly by name. Patch
contributed by RĂ©mi Lapeyre.