Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On some travis runs, `locale.getlocale()` returned (None, None). When the `tm.set_locale` context manager exists, we set it to `locale.getlocale(locale.LC_ALL, None)`, which defauls to utf-8, so when we compare afterwards, we get a failure.
- Loading branch information