Mail extraction problem (something's wrong with split methods)

Luka Milkovic luka.milkovic at public.srce.hr
Sat Sep 11 14:06:41 EDT 2004


On Sat, 11 Sep 2004 19:01:35 +0200, Diez B. Roggisch wrote:



> The problem is the trailing ' in your number - that of course can't be
> converted. And I see that the  number 6573 has similar problems - it has a
> leading '.


Yes, I know that, but I don't understand why it works normally for lists
under 350 bytes? It works perfectly... 

> So your splitting code does not work, or your data is malformed -
> without more information, I can't say anything about that, but it seems
> to me the latter is the case.

Data is actually not malformed, because before splitting it looks normal
(I mean, no ' or double quotes or other strange characters). The splitting
code is the problem, and I don't know how to fix it. I mean, if it would
be wrong, the smaller lists wouldn't work either, but it seems the
problems occur with big lists.




More information about the Python-list mailing list