Message389913
| 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 |
|