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 tonylownds
Recipients
Date 2007-08-18.17:41:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Your English is fine :)

The _checkSeekable etc methods are a good idea. But the message parameter is not used, so why have it?
They should be lowercase names to match PEP 8.
Also, shouldn't use the internal methods on parameters other than self:
-        assert raw.seekable()
+        raw._checkSeekable()

I'm not sure it's a good idea to do the first todo without the second here:

-XXX need to default buffer size to 1 if isatty()
 XXX need to support 1 meaning line-buffered

History
Date User Action Args
2007-08-23 15:59:37adminlinkissue1771364 messages
2007-08-23 15:59:37admincreate