fgimian / paramiko-expect

A Python expect-like extension for the Paramiko SSH library which also supports tailing logs.
MIT License
205 stars 78 forks source link

Python3 support for tail() #13

Closed monkut closed 7 years ago

monkut commented 8 years ago

Various updates in an attempt to support python3 with tail().

fgimian commented 8 years ago

Really appreciate the effort on this, I will check it out soon. I may need to refactor it a little to improve a few minor aspects.

Thanks Fotis

monkut commented 8 years ago

No, problem! Thought the maxint replacement alone would initially resolve the issue, but hit some other bytes/str issues after that.

fruch commented 7 years ago

closing fixing it in #24