Skip to content

Commit 72734e0

Browse files
committed
news: remove some work items that have been addressed
1 parent 1bdba50 commit 72734e0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/news.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ Actions Blocking Release
1212

1313
* Properly handle non-blocking I/O and partial writes for objects implementing
1414
``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.
2115
* Consider making reads across frames configurable behavior.
2216
* Overall API design review.
2317
* Use Python allocator where possible.

0 commit comments

Comments
 (0)