STINNER Victor <vstin...@python.org> added the comment:

> 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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43680>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to