diff options
author | W. Trevor King <wking@drexel.edu> | 2009-11-17 08:36:22 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-11-17 08:36:22 -0500 |
commit | eaa6d158608b0b47c337fc1433902532bc646128 (patch) | |
tree | d133104f2decacd514f88c3888b120191ccd6b5b /libbe/hg.py | |
parent | 32fbab0fb8f5defc3698d288024a10b8d32a0f25 (diff) | |
download | bugseverywhere-eaa6d158608b0b47c337fc1433902532bc646128.tar.gz |
Set binary=True for mapfile file handling
The YAML library produces Python string encodings of unicode objects.
There's no reason to try and convert them back into Python unicode
objects just to save them with binary=False, because the files are
only read in to be passed into the YAML parser, which can handle the
unicode characters correctly.
Diffstat (limited to 'libbe/hg.py')
0 files changed, 0 insertions, 0 deletions