]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Python3: pass bytes to binascii.crc32
authorCyril Roelandt <cyril@redhat.com>
Thu, 23 Jul 2015 09:23:21 +0000 (09:23 +0000)
committerCyril Roelandt <cyril@redhat.com>
Fri, 31 Jul 2015 15:41:53 +0000 (17:41 +0200)
commit99f9ec3e3812d39857f311894a516d0d43f166ec
treee41c0e690975470d207ea798ea9cc02389bdc69c
parent94dea108280322831b889a83ff711f8ce31e1885
Python3: pass bytes to binascii.crc32

In Python3, binascii.crc32 must be given bytes. This commit does not change the
behaviour in Python 2.

Change-Id: I91607ced4ab26d1d2e3eb31a3e4b2a4b2131b7bd
Blueprint: neutron-python3
neutron/agent/l3/dvr_local_router.py
tox.ini