Author vinay.sajip
Recipients rszefler, vinay.sajip
Date 2009-10-07.21:15:18
SpamBayes Score 0.00179203
Marked as misclassified No
Message-id <1254950120.33.0.323696506892.issue7077@psf.upfronthosting.co.za>
In-reply-to
Content
To do this in a non-arbitrary way, it would make sense for the
SysLogHandler (and perhaps the other socket-based handlers, too) to grow
an optional encoding argument to their constructors, to be used to
encode when converting from unicode to str (str -> bytes for Py3K).

How does that sound?
History
Date User Action Args
2009-10-07 21:15:20vinay.sajipsetrecipients: + vinay.sajip, rszefler
2009-10-07 21:15:20vinay.sajipsetmessageid: <1254950120.33.0.323696506892.issue7077@psf.upfronthosting.co.za>
2009-10-07 21:15:19vinay.sajiplinkissue7077 messages
2009-10-07 21:15:19vinay.sajipcreate