SIGN IN SIGN UP

gh-94169: Remove deprecated io.OpenWrapper (#94170)

Remove io.OpenWrapper and _pyio.OpenWrapper, deprecated in Python
3.10: just use :func:`open` instead. The open() (io.open()) function
is a built-in function. Since Python 3.10, _pyio.open() is also a
static method.
V
Victor Stinner committed
6e33ba114ffb47505fec59674c5cce5eb6476f76
Parent: 5075e81
Committed by GitHub <noreply@github.com> on 6/24/2022, 6:46:53 AM