New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

The following PR increases coverage of tests by making some paths non-ascii:

1. test.support.TESTFN now contains non-ascii characters if possible.
2. The temporary directory used as current working directory in tests also 
contains non-ascii characters if possible.

This helped to catch and fix one bug in zipfile and two bugs in handling 
PYTHONSTARTUP.

----------
components: Tests
messages: 372022
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Use non-ascii file names in tests by default
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41069>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to