]> granicus.if.org Git - python/commit
bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.615 (...
authorPaul Monson <paulmon@users.noreply.github.com>
Thu, 18 Jul 2019 13:56:59 +0000 (06:56 -0700)
committerPaul Ganssle <pganssle@users.noreply.github.com>
Thu, 18 Jul 2019 13:56:59 +0000 (15:56 +0200)
commit9cd39b16e2655f748f7aa8d20bca4812da00ba70
tree4f812aedf58d207e3c4d41968f534bff8551daba
parent1b3892243433da7eae7f5f3a4f98f13d309c8926
bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.615 (#14460)

A bug in MSVC UCRT version 17763.615 (which has been fixed in newer versions) is causing test failures in some strptime/strftime tests when the default code page is c65001. This change selectively skips the tests affected by this.
Lib/test/support/__init__.py
Lib/test/test_strptime.py
Lib/test/test_time.py