[issue12213] BufferedRandom: issues with interlaced read-write

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8de8945ebfc3 by Antoine Pitrou in branch '3.2': Issue #12213: make it clear that BufferedRWPair shouldn't be called with the http://hg.python.org/cpython/rev/8de8945ebfc3 -- ___ Python tracker

[issue12213] BufferedRandom: issues with interlaced read-write

2011-08-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: I think it can be closed now. -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue12213] BufferedRandom: issues with interlaced read-write

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 524896c305ce by Antoine Pitrou in branch '3.2': Issue #12213: make it clear that BufferedRWPair shouldn't be called with the http://hg.python.org/cpython/rev/524896c305ce New changeset a423bd492d6c by Antoine Pitrou in branch 'default': Issue #1221

[issue12213] BufferedRandom: issues with interlaced read-write

2011-08-20 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- title: BufferedRandom, BufferedRWPair: issues with interlaced read-write -> BufferedRandom: issues with interlaced read-write ___ Python tracker _

[issue12213] BufferedRandom: issues with interlaced read-write

2011-08-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: This should be fixed for BufferedRandom. As I said, I don't think BufferedRWPair is buggy. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> pending title: BufferedRandom, BufferedRWPair: issues with interlaced read-wri