[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

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

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 29a4cbff92862207eb9df9a970b3636b8b06ff5d by Serhiy Storchaka (native-api) in branch '2.7': [2.7] bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) (GH-7279) https://github.com/python/cpython/commit/29a4cbff92

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread miss-islington
miss-islington added the comment: New changeset af31228650d30f02a283d291ba106e84275a04c1 by Miss Islington (bot) in branch '3.6': bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) https://github.com/python/cpython/commit/af31228650d30f02a283d291ba106e84275a0

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread miss-islington
miss-islington added the comment: New changeset b1438c0d376e1d438a11927e2698e3317da0d854 by Miss Islington (bot) in branch '3.7': bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) https://github.com/python/cpython/commit/b1438c0d376e1d438a11927e2698e3317da0d

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +10222 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +10223 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-12-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 8752dfbd1f0c96ca09cdacabaf0d0f8c3895b6ce by Serhiy Storchaka (native-api) in branch 'master': bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) https://github.com/python/cpython/commit/8752dfbd1f0c96ca09cdaca

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-06-01 Thread Ivan Pozdeev
Ivan Pozdeev added the comment: In 3.x, it turns out, this doesn't result in test failures in stock configuration. It does though if PYTHONLEGACYWINDOWSFSENCODING is in system environment. I was diagnosing failures in 2.x and saw that 3.x has the same logic, so it was a no-brainer to replic

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-05-31 Thread STINNER Victor
STINNER Victor added the comment: > FAIL: test_expandvars_nonascii (__main__.NtCommonTest) What is your Python version? Python uses UTF-8 to encode paths on Windows since Python 3.6: https://vstinner.github.io/python36-utf8-windows.html -- ___ Pyt

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-05-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-05-31 Thread Ivan Pozdeev
Change by Ivan Pozdeev : -- pull_requests: +6904 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-05-31 Thread Ivan Pozdeev
Change by Ivan Pozdeev : -- keywords: +patch pull_requests: +6903 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue33709] test.support.FS_NONASCII returns incorrect result in Windows with non-US locale

2018-05-31 Thread Ivan Pozdeev
New submission from Ivan Pozdeev : This causes test_ntpath and test_posixpath to fail in subj. Sample failure: == FAIL: test_expandvars_nonascii (__main__.NtCommonTest) -