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 vstinner
Recipients christian.heimes, gvanrossum, methane, serhiy.storchaka, vstinner
Date 2021-03-31.14:59:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617202742.43.0.290311062937.issue43680@roundup.psfhosted.org>
In-reply-to
Content
> It is still can be set as a class attribute in user code, so I think that removing OpenWrapper needs a deprecated period.

I'm fine with deprecating the function by defining a __getattr__() function in io.py and _pyio.py. But only if it doesn't block the implementation of the PEP 597 ;-) The PEP 597 implementation issue is discussed at:
https://bugs.python.org/issue43510#msg389822
History
Date User Action Args
2021-03-31 14:59:02vstinnersetrecipients: + vstinner, gvanrossum, christian.heimes, methane, serhiy.storchaka
2021-03-31 14:59:02vstinnersetmessageid: <1617202742.43.0.290311062937.issue43680@roundup.psfhosted.org>
2021-03-31 14:59:02vstinnerlinkissue43680 messages
2021-03-31 14:59:02vstinnercreate