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.mai
The problem is in the file /usr/lib/python2.7/poplib.py
There is a limit _MAXLINE = 2048 incrementing the value at 99 solve
the problem
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
2 matches
Mail list logo