POP3 Mail Download

Kevin F neurogasm at gmail.com
Sat Mar 18 18:34:56 EST 2006


Dennis Lee Bieber wrote:
> On Sat, 18 Mar 2006 17:24:05 -0500, Kevin F <neurogasm at gmail.com>
> declaimed the following in comp.lang.python:
> 
>> I fixed the indentation to:
>>
>> emails = []
>> for msg in messagesInfo:
>>          msgNum = int(split(msg, " ")[0]
>>          msgSize = int(split(msg, " ")[1]
> 
> 	Now look at your parentheses...
>> and it still doesn't work, what's wrong?
> 
>>          msgNum = int(split(msg, " ")[0]
> HINT:      0           1     2        1   ?
i have no idea what you are hinting at, can you please just tell me what 
i need to change?



More information about the Python-list mailing list