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 nobody
Recipients
Date 2002-09-24.08:10:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

I like the .encoding concept. 

I don't really like the sys.stdout wrapper. Wouldn't it be 
better to add the functionality to the file object .write() and 
.writelines() methods and then only use the wrapper in case 
sys.stdout is not a true file object ?
History
Date User Action Args
2007-08-23 15:15:25adminlinkissue612627 messages
2007-08-23 15:15:25admincreate