I have had the misfortune of having a university Windows machine
garble all the email addresses in my addressbook (a txt file so that I
can use it both on my home Fedora machine and on the university
Windows machines). I figure this is as good a time as any to start
learning python and fix the file. How can I iteriate through a text
file that looks like this:

 "=?UTF-8?B?157XqNeZ15Qg15nXoNeY16bXnw==?=" <[EMAIL PROTECTED]>,
 "=?UTF-8?B?157XqNenINen15nXmNek15XXkQ==?=" <[EMAIL PROTECTED]>,
 "=?UTF-8?B?157XqdeUINem15LXkNeZ?=" <[EMAIL PROTECTED]>,

and have it return:
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED],

Thanks in advance.

Dotan Cohen

http://lyricslist.com/
http://what-is-what.com/
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to