This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Using tailf with python3.4
Type: behavior Stage: resolved
Components: Versions: Python 3.4
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: amboxer21, dstufft, eric.araujo, zach.ware
Priority: normal Keywords: patch

Created on 2018-08-07 16:52 by amboxer21, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tailf.patch amboxer21, 2018-08-07 16:52 Patch for above errors
Messages (2)
msg323246 - (view) Author: Anthony Guevara (amboxer21) Date: 2018-08-07 16:52
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.
msg323247 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2018-08-07 16:57
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.
History
Date User Action Args
2022-04-11 14:59:04adminsetgithub: 78533
2018-08-07 16:57:03zach.waresetstatus: open -> closed

type: crash -> behavior
components: - Distutils

nosy: + zach.ware
messages: + msg323247
resolution: third party
stage: resolved
2018-08-07 16:52:40amboxer21create