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.

Author paul.j3
Recipients berker.peksag, garyp, mitar, paul.j3
Date 2021-10-25.16:12:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635178332.33.0.0102317403352.issue24739@roundup.psfhosted.org>
In-reply-to
Content
Adding `newline` to `FileType` requires modifying both the `__init__` and `__call__` methods.  That's nearly the whole class.  I'd copy and edit, and forget about subclassing.
History
Date User Action Args
2021-10-25 16:12:12paul.j3setrecipients: + paul.j3, mitar, berker.peksag, garyp
2021-10-25 16:12:12paul.j3setmessageid: <1635178332.33.0.0102317403352.issue24739@roundup.psfhosted.org>
2021-10-25 16:12:12paul.j3linkissue24739 messages
2021-10-25 16:12:12paul.j3create