diff options
author | Victor Stinner <vstinner@python.org> | 2020-02-10 23:58:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 23:58:23 (GMT) |
commit | 038770edc4680e9a3dc39bacb35a8358034fb901 (patch) | |
tree | 101f98d70001bc3cffa3c9303bab97111788d601 /Misc | |
parent | c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160 (diff) | |
download | cpython-038770edc4680e9a3dc39bacb35a8358034fb901.zip cpython-038770edc4680e9a3dc39bacb35a8358034fb901.tar.gz cpython-038770edc4680e9a3dc39bacb35a8358034fb901.tar.bz2 |
bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448)
Skip tests on non-BMP characters of test_winconsoleio.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2020-02-11-00-38-32.bpo-38325.HgmfoE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-02-11-00-38-32.bpo-38325.HgmfoE.rst b/Misc/NEWS.d/next/Tests/2020-02-11-00-38-32.bpo-38325.HgmfoE.rst new file mode 100644 index 0000000..7503379 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2020-02-11-00-38-32.bpo-38325.HgmfoE.rst @@ -0,0 +1 @@ +Skip tests on non-BMP characters of test_winconsoleio. |