commit | d57cf557366584539f400db523b555296487e8f5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Apr 02 02:00:06 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 02 02:00:06 2020 +0200 |
tree | ce70be7257e86e234700501c54579b576cae93b9 | |
parent | 168660b547d5f683c5d3c60447cfa8c6d620efc3 [diff] |
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.