ES-DOC / pyesdoc

Python client to the ES-DOC eco-system.
Other
5 stars 5 forks source link

Python 2 to 3 port #21

Closed sadielbartholomew closed 4 months ago

sadielbartholomew commented 4 months ago

Close #17.

I am going to do a quick self-review by eyeballing the code to check for any final superfluous changes made by 2to3, such as list() over iterators in an iteration, which are made to err on the side of safety by the tool (these are harmless but should be removed now else they are unlikely to be noticed and removed in future). Then I can merge.

sadielbartholomew commented 4 months ago

Self-review complete, after which I have added some new commits. Now ready to merge.