SIGN IN SIGN UP

bpo-29571: Use correct locale encoding in test_re (#149)

``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.
N
Nick Coghlan committed
ace5c0fdd9b962e6e886c29dbcea72c53f051dc4
Parent: 1b3d88e
Committed by GitHub <noreply@github.com> on 2/18/2017, 9:31:22 AM