Skip to content

Conversation

ncoghlan
Copy link
Contributor

local.getlocale(locale.LC_CTYPE) and
locale.getpreferredencoding(False) may give different answers
in some cases (such as the en_IN locale).

re.LOCALE uses the latter, so update the test case to match.

``local.getlocale(locale.LC_CTYPE)`` and
``locale.getpreferredencoding(False)`` may give different answers
in some cases (such as the ``en_IN`` locale).

``re.LOCALE`` uses the latter, so update the test case to match.
@serhiy-storchaka serhiy-storchaka added the tests Tests in the Lib/test dir label Feb 18, 2017
@ncoghlan ncoghlan merged commit 0683d68 into python:3.6 Feb 19, 2017
@ncoghlan ncoghlan deleted the bpo-29571-3.6-backport branch March 30, 2018 07:44
isidentical added a commit to isidentical/cpython that referenced this pull request Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants