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:
parent
0b92c0798c
commit
6062704dd8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue