Author gvanrossum
Recipients
Date 2007-07-16.19:50:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This looks like the wrong approach.  Instead, I'm changing uu.py to explcitly turn the bytes returned by b2a_uu() into a string.  (The alternative would be to require the output file to be opened in binary mode, which makes less sense IMO.)  The change is r56402.
History
Date User Action Args
2007-08-23 15:59:09adminlinkissue1754339 messages
2007-08-23 15:59:09admincreate