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

Make EmptyResultSet support python 2 iterators #514

Closed alvinlindstam closed 7 years ago

alvinlindstam commented 7 years ago

All other iterator classes in this module uses this python 2 fix.

If a regression test is expected, please point me in the right direction on how where to put it. I don't feel like understanding too much of the setup right now.