beets/beets/util
Adrian Sampson 060041a69e 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.
2017-05-17 10:19:18 -04:00
..
__init__.py command_output: insure py2/3 compat 2017-04-22 15:52:09 +02:00
artresizer.py Add SNI_SUPPORTED 2016-12-08 19:09:15 +03:00
bluelet.py Remove blind excepts from bluelet.py 2017-04-29 00:05:28 +02:00
confit.py Load YAML as binary data 2017-05-17 10:19:18 -04:00
enumeration.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
functemplate.py Fix #2562: avoid crash with newlines in templates 2017-05-16 14:00:10 -04:00
hidden.py Fix path handling in hidden module 2016-08-13 09:54:25 -04:00
pipeline.py Remove untyped except statements 2017-04-29 00:05:20 +02:00