commit | d5fd75c53fad7049fc640c9a6162d35f0c5bea03 | [log] [tgz] |
---|---|---|
author | Naitree Zhu <Naitreey@gmail.com> | Mon Sep 09 22:06:48 2019 +0800 |
committer | Michael Foord <voidspace@users.noreply.github.com> | Mon Sep 09 16:06:48 2019 +0200 |
tree | a5d7e0fc5daeae1188fe18e6bf5541d92aee23c0 | |
parent | 264e034f990240e2aa379d8484b15b9e70c1fad5 [diff] |
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082) * bpo-34596: Fallback to a default reason when @unittest.skip is uncalled * Change default reason to empty string * Fix rst formatting of NEWS entry