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

Load YAML as binary data #2566

Merged
merged 2 commits into from
May 17, 2017
Merged

Load YAML as binary data #2566

merged 2 commits into from
May 17, 2017

Commits on May 17, 2017

  1. Load YAML as binary data

    This lets the YAML library itself deal with the encoding (mostly), which
    should address #2456 and #2565, which have to do with `open` giving us a
    system-specific encoding by default on Python 3 on Windows when the files
    should have been written using UTF-8 per the YAML standard.
    sampsyo committed May 17, 2017
    Configuration menu
    Copy the full SHA
    060041a View commit details
    Browse the repository at this point in the history
  2. Changelog for #2566

    sampsyo committed May 17, 2017
    Configuration menu
    Copy the full SHA
    35dd6fd View commit details
    Browse the repository at this point in the history