10000 gh-92417: `socket` docs: remove references to Python <3.3 by AlexWaygood · Pull Request #92544 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-92417: socket docs: remove references to Python <3.3 #92544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert changes to chunk.rst
  • Loading branch information
AlexWaygood committed May 10, 2022
commit 436e9b59d38a65640aded4e3d018bcae685650b4
3 changes: 2 additions & 1 deletion Doc/library/chunk.rst
609D
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ instance will fail with an :exc:`EOFError` exception.
underlying file.

The remaining methods will raise :exc:`OSError` if called after the
:meth:`close` method has been called.
:meth:`close` method has been called. Before Python 3.3, they used to
raise :exc:`IOError`, now an alias of :exc:`OSError`.


.. method:: isatty()
Expand Down
0