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 jlgijsbers
Recipients
Date 2004-08-15.13:54:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=469548

The patch was small, but I've tried to make it even smaller.
Introducing a subclass seemed unnecessary to me, I just used:

if self.input is sys.stdin and self.output is self.stdout:

in getline(). I'll check this in if you don't have any
problems with my patch.
History
Date User Action Args
2007-08-23 15:26:05adminlinkissue726204 messages
2007-08-23 15:26:05admincreate