Message1287

Author cgroves
Recipients
Date 2006-12-31.21:31:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Use the method to_bytes(String) added to PyString in r3038 to do the conversion.  This also handles when the String has values greater than 255 in it unlike getBytes("ISO-8859-1")
History
Date User Action Args
2008-02-20 17:17:35adminlinkissue1599900 messages
2008-02-20 17:17:35admincreate