Victor Stinner cfb0aa8e0a Python 3: encode to UTF-8 when needed
* hmac.new() and hashlib.md5() expect bytes: encode unicode strings to
  UTF-8
* fileutils.write_to_tempfile() expects bytes for content: encode YAML
  to UTF-8 on Python 3

Change-Id: If7a2513632e24e0c6d3c544a1de81fdc9004e2aa
2015-05-15 18:46:00 +02:00
..
2015-01-23 17:43:04 +01:00