ansible/changelogs
Sam Doran 3a72e271ad Use unicode instead of bytes (#46234)
The stdout and stderr values returned from self._low_level_execute() are text, not bytes. This results in an error in Python 3 since str and bytes cannot be concatenated.

Changing to unicode type allows this to work without error on Python 2 and Python 3.

(cherry picked from commit 77f73f6d2a)
2018-10-09 10:19:57 -07:00
..
fragments Use unicode instead of bytes (#46234) 2018-10-09 10:19:57 -07:00
.changes.yaml New release v2.7.0 2018-10-03 20:27:28 -07:00
CHANGELOG-v2.7.rst New release v2.7.0 2018-10-03 20:27:28 -07:00
CHANGELOG.rst fix RPM builds with placeholder CHANGELOG 2018-05-30 16:47:48 -07:00
config.yaml Implement new changelog generator. 2018-06-05 19:08:15 -07:00