Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-80050: Update BufferedReader.read docs around non-blocking#130653
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
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
4ed4237
b87870b
2119f78
ec7f023
11b754d
b6d319b
59bd2a1
fbbc382
dea91ab
7c4ef7e
c637402
22bc9aa
1c4a09c
8ea45f3
45bb912
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -823,8 +823,8 @@ than raw I/O does. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Write the :term:`bytes-like object`, *b*, and return the | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
number of bytes written. When in non-blocking mode, a | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
:exc:`BlockingIOError`with :attr:`BlockingIOError.characters_written` set | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more.
Lines 1918 to 1943 ina7f317d
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
is raised if the buffer needs to be written out butthe raw stream blocks. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
.. class:: BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Uh oh!
There was an error while loading.Please reload this page.