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 mitar
Recipients berker.peksag, garyp, mitar, paul.j3
Date 2021-10-25.11:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635160114.76.0.776817171531.issue24739@roundup.psfhosted.org>
In-reply-to
Content
I think the issue is that it is hard to subclass it. Ideally, call to open would be made through a new _open method which would then call it, and one could easily subclass that method if/when needed.
History
Date User Action Args
2021-10-25 11:08:34mitarsetrecipients: + mitar, berker.peksag, paul.j3, garyp
2021-10-25 11:08:34mitarsetmessageid: <1635160114.76.0.776817171531.issue24739@roundup.psfhosted.org>
2021-10-25 11:08:34mitarlinkissue24739 messages
2021-10-25 11:08:34mitarcreate