Hello Jean-Claude!

Thank you for your post, it helped me a lot!
I'm not too new to Python but still struggling to make use of that great 
language's features.

I haven't tested it but since you are interested in syntactic subtleties, I 
think you can save one iterator (k):

for j in popconnection.retr( i+1):
____if type( j) == list:
________outString = ""
________for line in j:
____________outString += line
____________outString += '\n'

L.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to