[issue41113] test_warnings fails on non-Western locales

2020-06-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41113] test_warnings fails on non-Western locales

2020-06-25 Thread miss-islington
miss-islington added the comment: New changeset 086b4539806e296af9b68591670d12a22e170d43 by Miss Islington (bot) in branch '3.9': bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) https://github.com/python/cpython/commit/086b4539806e296af9b68591670d12a22e170d43 -- ___

[issue41113] test_warnings fails on non-Western locales

2020-06-25 Thread miss-islington
miss-islington added the comment: New changeset f547d06ea7db23bb0a2cf81ff85478746efa958e by Miss Islington (bot) in branch '3.8': bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) https://github.com/python/cpython/commit/f547d06ea7db23bb0a2cf81ff85478746efa958e -- ___

[issue41113] test_warnings fails on non-Western locales

2020-06-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +20308 pull_request: https://github.com/python/cpython/pull/21149 ___ Python tracker ___ __

[issue41113] test_warnings fails on non-Western locales

2020-06-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +20307 pull_request: https://github.com/python/cpython/pull/21148 ___ Python tracker _

[issue41113] test_warnings fails on non-Western locales

2020-06-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0f8ec1fff01173803645ad6a8aea24997bf66fc1 by Serhiy Storchaka in branch 'master': bpo-41113: Fix test_warnings on non-Western locales. (GH-21143) https://github.com/python/cpython/commit/0f8ec1fff01173803645ad6a8aea24997bf66fc1 -- __

[issue41113] test_warnings fails on non-Western locales

2020-06-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +20302 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21143 ___ Python tracker ___

[issue41113] test_warnings fails on non-Western locales

2020-06-25 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ LC_ALL=uk_UA.koi8u ./python -m test -v -m test_nonascii test_warnings ... == ERROR: test_nonascii (test.test_warnings.CEnvironmentVariableTests) --