◐ Shell
reader mode source ↗
Skip to content

bpo-43680: Remove undocumented io.OpenWrapper#25114

Closed
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:remove_open_wrapper
Closed

bpo-43680: Remove undocumented io.OpenWrapper#25114
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:remove_open_wrapper

Conversation

@vstinner

@vstinner vstinner commented Mar 31, 2021

Copy link
Copy Markdown
Member

Remove the undocumented io.OpenWrapper and _pyio.OpenWrapper
functions which could be used directly to define a method:
staticmethod(open) should now be used instead.

https://bugs.python.org/issue43680

Remove the undocumented io.OpenWrapper and _pyio.OpenWrapper
functions which could be used directly to define a method:
staticmethod(open) should now be used instead.

@ronaldinzkie ronaldinzkie left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hide comment

Doc/whatsnew/3.10.rst

@vstinner

Copy link
Copy Markdown
Member Author

I wrote PR #25357 to only deprecate the class, rather than removing it.

@vstinner vstinner closed this Apr 13, 2021
@vstinner vstinner deleted the remove_open_wrapper branch April 13, 2021 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants