|
A cleaner solution is to bypass the check (like it was in python2.6) line = self.file.readline() #if len(line) > _MAXLINE: # raise error_proto('line too long') More info at http://article.gmane.org/gmane.mail.getmail.user/5376 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] |

