osc-lib/releasenotes/notes/shell-argv-decode-cdc13dc0c4ec07af.yaml
Dean Troyer ed9663237c Decode argv to Unicode on py2
Decode default argv into Unicode on Python 2 (Python 3 does this
under the covers).

Backport of OSC change https://review.openstack.org/#/c/343035/

Co-Authored-By: John Dennis <jdennis@redhat.com>
Related-Bug: 1603494
Change-Id: I192f17962bb5e21c20c3743b8f3e88c2450432c7
2016-08-05 14:43:08 -05:00

6 lines
154 B
YAML

---
fixes:
- |
Decode argv into Unicode on Python 2 in ``OpenStackShell.main()``
[OSC Bug `1603494 <https://bugs.launchpad.net/bugs/1603494>`_]