Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-44883: improve the docs about select to explain what select can access#134293

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
chrisgramberg678 wants to merge2 commits intopython:main
base:main
Choose a base branch
Loading
fromchrisgramberg678:improve-select-docs

Conversation

chrisgramberg678
Copy link

@chrisgramberg678chrisgramberg678 commentedMay 19, 2025
edited by bedevere-appbot
Loading

@python-cla-bot
Copy link

python-cla-botbot commentedMay 19, 2025
edited
Loading

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-appbedevere-appbot added docsDocumentation in the Doc dir skip news awaiting review labelsMay 19, 2025
@chrisgramberg678chrisgramberg678 changed the titleimprove the docs about select to explain what select can accessgh-44883: improve the docs about select to explain what select can accessMay 19, 2025

:c:func:`!select` may not work with file objects that
internally buffer data because select is only aware of data in the
file descriptor provided by the kernel. However, file-like-objects often
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
file descriptor provided by the kernel. However, file-like-objects often
file descriptor provided by the kernel. However,:term:`file-likeobjects <file object>` often

File-like object simply links tofile object

Choose a reason for hiding this comment

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

Thanks! I've made this change

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@StanFromIrelandStanFromIrelandStanFromIreland left review comments

Assignees
No one assigned
Labels
awaiting reviewdocsDocumentation in the Doc dirskip news
Projects
Status: Todo
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@chrisgramberg678@StanFromIreland

[8]ページ先頭

©2009-2025 Movatter.jp