This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bquinlan
Recipients bquinlan
Date 2009-04-11.10:41:04
SpamBayes Score 2.5839758e-10
Marked as misclassified No
Message-id <1239446469.87.0.208856663223.issue5734@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-11 10:41:09bquinlansetrecipients: + bquinlan
2009-04-11 10:41:09bquinlansetmessageid: <1239446469.87.0.208856663223.issue5734@psf.upfronthosting.co.za>
2009-04-11 10:41:08bquinlanlinkissue5734 messages
2009-04-11 10:41:08bquinlancreate