]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287)
authorVictor Stinner <vstinner@python.org>
Thu, 2 Apr 2020 00:00:06 +0000 (02:00 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 00:00:06 +0000 (02:00 +0200)
commitd57cf557366584539f400db523b555296487e8f5
treece70be7257e86e234700501c54579b576cae93b9
parent168660b547d5f683c5d3c60447cfa8c6d620efc3
bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287)

mailcap.test() now uses os.waitstatus_to_exitcode() to convert
os.system() exit status into an exit code.
Lib/mailcap.py