[issue34352] Using tailf with python3.4

2018-08-07 Thread Zachary Ware
Zachary Ware added the comment: That appears to be a third-party project, though I can't find it via Google. You'll need to submit your patch to that project; there's nothing we can do with it here. -- components: -Distutils nosy: +zach.ware resolution: -> third party stage: -> r

[issue34352] Using tailf with python3.4

2018-08-07 Thread Anthony Guevara
New submission from Anthony Guevara : When using tailf with Python2.7 there are no issues. When using tailf with Python3.4 some print statements use the old version 2 style. Python3 also complains about an implicit conversion. I have included a patch. -- components: Distutils files: t