[Python-checkins] peps: PEP 400: update interlaced read-write issues

victor.stinner python-checkins at python.org
Thu Jul 7 15:15:20 CEST 2011


http://hg.python.org/peps/rev/472453d5bbb3
changeset:   3896:472453d5bbb3
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Thu Jul 07 15:15:17 2011 +0200
summary:
  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.

files:
  pep-0400.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0400.txt b/pep-0400.txt
--- a/pep-0400.txt
+++ b/pep-0400.txt
@@ -112,6 +112,8 @@
  * `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 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
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list