diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-03-07 15:18:48 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-03-31 13:40:41 -0700 |
commit | 0cd6555388ad6fafc110bc2aa60f256acf920bcd (patch) | |
tree | 8517925cb7f99814ef6662bab783271dc17c3a3c /share | |
parent | 1d1a14dbe9cfc512cedff7430b694df87b2cd5ee (diff) | |
download | spack-0cd6555388ad6fafc110bc2aa60f256acf920bcd.tar.gz spack-0cd6555388ad6fafc110bc2aa60f256acf920bcd.tar.bz2 spack-0cd6555388ad6fafc110bc2aa60f256acf920bcd.tar.xz spack-0cd6555388ad6fafc110bc2aa60f256acf920bcd.zip |
Resolve Python2/Python3 unicode issues by using str()
- Remove ascii encoding assumption from spack_yaml
- proc.communicate() returns bytes; convert to str before adding.
- Fix various byte string/unicode issues for Python 2/3 support
- Need to decode subprocess output as utf-8 in from_sourcing_files.
- Fix comments in strify()
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions