Re: [Tutor] Processing .NK2 files
How can I check the speed of the internet connection in Python? Jason___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] Processing .NK2 files
I need to delete records in an MS Outlook .NK2 file if they contain a specific email address. This code has been inspired mainly by: http://code.google.com/p/debunk2/wiki/fileformat. import re NUL='\x00' sep1 = '\x04H\xfe\x13' # record separator sep2 = '\x00\xdd\x01\x0fT\x02\x00\x00\x01' # recor