aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch
BSD 3-Clause "New" or "Revised" License
607 stars 270 forks source link

Fix python 3 incompatibity on TermsFilter #484

Closed afrancais closed 9 years ago

afrancais commented 9 years ago

Replace dict.iteritems() method by six.iteritems(dict) one.

y0no commented 9 years ago

Thanks for the patch, it works!