jsonutils.load(s) throwes type error under python3.4
Bug #1515231 reported by
Kirill Zaitsev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.serialization |
Triaged
|
Medium
|
Unassigned |
Bug Description
Simple script to reproduce:
from oslo_serialization import jsonutils
import six
s = six.StringIO()
jsonutils.
s.seek(0)
jsonutils.load(s)
Works as expected under py27, throws TypeError: can't concat bytes to str
under py34
summary: |
- jsonutils.load(s) throes type error under python3.4 + jsonutils.load(s) throwes type error under python3.4 |
Changed in oslo.serialization: | |
status: | In Progress → Triaged |
assignee: | Davanum Srinivas (DIMS) (dims-v) → nobody |
To post a comment you must log in.
https:/ /review. openstack. org/#/c/ 245285/