We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdba50 commit 72734e0Copy full SHA for 72734e0
1 file changed
docs/news.rst
@@ -12,12 +12,6 @@ Actions Blocking Release
12
13
* Properly handle non-blocking I/O and partial writes for objects implementing
14
``io.RawIOBase``.
15
-* Make ``write_return_read=True`` the default for objects implementing
16
- ``io.RawIOBase``.
17
-* Audit for consistent and proper behavior of ``flush()`` and ``close()`` for
18
- all objects implementing ``io.RawIOBase``. Is calling ``close()`` on
19
- wrapped stream acceptable, should ``__exit__`` always call ``close()``,
20
- should ``close()`` imply ``flush()``, etc.
21
* Consider making reads across frames configurable behavior.
22
* Overall API design review.
23
* Use Python allocator where possible.
0 commit comments