Files
oslo.versionedobjects/oslo_versionedobjects
Sean McGinnis b719764ba8 Don't force unicode strings for UUID coercion
Change Ic6b6308fb1960ec40407e6efde30137b64543e72 attempts to
fix difference between Python 2 and Python 3 values by switching
from using str() to formatting into a unicode string (u"%s").

This is equivalent to changing str() to unicode(), but that is
not correct for expected default string types for Python 2.
This requires either using six.text_type(), or just formatting
into a string, without forcing unicode ("%s"), to be correct on
either runtime.

Change-Id: I178f14cdc670d7a696778891e587ef75de208fc2
Closes-bug: #1763179
2018-04-11 21:05:58 +00:00
..
2017-12-29 11:31:37 -06:00
2018-01-24 03:00:51 +00:00
2017-12-29 11:31:37 -06:00
2017-12-29 11:31:37 -06:00
2017-12-26 18:56:35 +08:00
2015-07-13 22:30:12 -04:00