]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python3: do not set Request.body to a text string
authorCyril Roelandt <cyril@redhat.com>
Mon, 22 Jun 2015 14:59:59 +0000 (14:59 +0000)
committerCyril Roelandt <cyril@redhat.com>
Mon, 22 Jun 2015 15:59:26 +0000 (17:59 +0200)
commitf44800f1eb649d83a338d320020d3479fc3b6790
tree7c944e8b85f22cb1281e716c070f3b31e8aff98f
parent1b1d07823d86d74efa77eb01c3369a3df00c9822
Python3: do not set Request.body to a text string

In Python 3, Request.body must be set to a bytes object.

Change-Id: I17785d1e9eb253a1c6cae300b207fb0a08873b0e
Blueprint: neutron-python3
neutron/tests/unit/api/v2/test_resource.py
neutron/tests/unit/test_wsgi.py
neutron/tests/unit/testlib_api.py