This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2020-06-21.21:18:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592774319.03.0.379358214671.issue41069@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-21 21:18:39serhiy.storchakasetrecipients: + serhiy.storchaka
2020-06-21 21:18:39serhiy.storchakasetmessageid: <1592774319.03.0.379358214671.issue41069@roundup.psfhosted.org>
2020-06-21 21:18:39serhiy.storchakalinkissue41069 messages
2020-06-21 21:18:38serhiy.storchakacreate