summaryrefslogtreecommitdiffstats
path: root/Python/future.c
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2024-04-05 15:00:29 (GMT)
committerGitHub <noreply@github.com>2024-04-05 15:00:29 (GMT)
commit4d4a6f1b6aea6dae131ac116f1735a38c3e32cd1 (patch)
tree01315985ca13318fca0d1db53934879cc20ea2e0 /Python/future.c
parent687616877ba540a44f82ff764b5f13d36c0f3910 (diff)
downloadcpython-4d4a6f1b6aea6dae131ac116f1735a38c3e32cd1.zip
cpython-4d4a6f1b6aea6dae131ac116f1735a38c3e32cd1.tar.gz
cpython-4d4a6f1b6aea6dae131ac116f1735a38c3e32cd1.tar.bz2
gh-116608: Ignore UTF-16 BOM in importlib.resources._functional tests (GH-117569)
gh-116609: Ignore UTF-16 BOM in importlib.resources._functional tests To test the `errors` argument, we read a UTF-16 file as UTF-8 with "backslashreplace" error handling. However, the utf-16 codec adds an endian-specific byte-order mark, so on big-endian machines the expectation doesn't match the test file (which was saved on a little-endian machine). Use endswith to ignore the BOM.
Diffstat (limited to 'Python/future.c')
0 files changed, 0 insertions, 0 deletions