basho / riak-python-client

The Riak client for Python.
Apache License 2.0
320 stars 182 forks source link

Python3 fix for TCP socket options. #505

Closed Tinche closed 7 years ago

Tinche commented 7 years ago

Hi,

in Python 3 dicts don't support iteritems, so here we go.

lukebakken commented 7 years ago

Thank you. I opened #506 which uses six.iteritems in another place and incorporates your commit.