Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

locale.getdefaultlocale() fails on OS X #5019

Merged
merged 2 commits into from Sep 5, 2015
Merged

Commits on Sep 3, 2015

  1. locale.getdefaultlocale() fails on OS X

    For any reason ``locale.getdefaultlocale()`` fails on OS X (returns None), which subsequently produces errors and makes the ``matplotlib`` module unusable. Checking for a ``None`` result and then setting the default encoding to ``"utf-8"`` seems to help.
    jheinen committed Sep 3, 2015
    Copy the full SHA
    2f64c8f View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    jheinen committed Sep 3, 2015
    Copy the full SHA
    258f445 View commit details
    Browse the repository at this point in the history