python-openstackclient/releasenotes/notes/bug-1775482-7ed2a9a8765b313e.yaml
Tim Burke 415b48056d Before writing object data to stdout, re-open it in binary mode
Otherwise, you can hit TypeErrors on Python3.

Change-Id: I9a891508886feddac3982ce593bd95130392e035
Closes-Bug: 1775482
2019-04-10 14:34:40 -05:00

7 lines
205 B
YAML

---
fixes:
- |
Re-open stdout in binary mode before writing object data in
``object save --file -`` command.
[Bug `1775482 <https://bugs.launchpad.net/python-openstackclient/+bug/1775482>`_]