New submission from Brian Quinlan <br...@sweetapp.com>: The C implementation: - doesn't correctly initialize its reader and writer instances - incorrectly maps its "readinto" method to another class - incorrectly delegates its "closed" property to its base class
i.e. this class can't be used at all The Python implementation: - Calls internal methods of its constructor arguments that aren't part of the IOBase interface to determine if its streams are readable/writable There aren't any useful tests for either. ---------- files: rwpair.diff keywords: patch messages: 85849 nosy: bquinlan severity: normal status: open title: BufferedRWPair broken versions: Python 3.1 Added file: http://bugs.python.org/file13671/rwpair.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5734> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com