PEP 400: update interlaced read-write issues

Note: Issue #12213 doesn't concern TextIOWrapper, it concerns Buffered* classes
which are also used by the codecs module.
This commit is contained in:
Victor Stinner 2011-07-07 15:15:17 +02:00
parent 0b92c0798c
commit 6062704dd8
1 changed files with 2 additions and 2 deletions

View File

@ -112,6 +112,8 @@ Other issues in the bug tracker:
* `Issue #12512 <http://bugs.python.org/issue12512>`_ (2011-07-07):
codecs: StreamWriter issues with stateful codecs after a seek or
with append mode
* `Issue #12513 <http://bugs.python.org/issue12513>`_ (2011-07-07):
codec.StreamReaderWriter: issues with interlaced read-write
TextIOWrapper features
''''''''''''''''''''''
@ -135,8 +137,6 @@ TextIOWrapper features
TextIOWrapper issues
''''''''''''''''''''
* `Issue #12213 <http://bugs.python.org/issue12213>`_ (2011-05-30):
BufferedRandom, BufferedRWPair: issues with interlaced read-write
* `Issue #12215 <http://bugs.python.org/issue12215>`_ (2011-05-30):
TextIOWrapper: issues with interlaced read-write