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 vstinner
Recipients benjamin.peterson, eric.smith, loewis, vstinner
Date 2009-03-24.23:28:28
SpamBayes Score 0.00012350662
Marked as misclassified No
Message-id <1237937310.19.0.957488796154.issue3982@psf.upfronthosting.co.za>
In-reply-to
Content
loewis> That's indeed exactly what I had proposed 
loewis> - only that you shouldn't repeat the .encode('ascii') 
loewis>  all over the place, (...)

If you can only use bytes 0..127, it can not used for binary protocols 
and so I don't think that it's really useful. If your protocol is 
ASCII text, use explicit conversion to ASCII.

I also not fan on functions having different result type 
(format->bytes or str, it depends...).
History
Date User Action Args
2009-03-24 23:28:30vstinnersetrecipients: + vstinner, loewis, eric.smith, benjamin.peterson
2009-03-24 23:28:30vstinnersetmessageid: <1237937310.19.0.957488796154.issue3982@psf.upfronthosting.co.za>
2009-03-24 23:28:28vstinnerlinkissue3982 messages
2009-03-24 23:28:28vstinnercreate