Re: [Tutor] re.compile and objects - what am doing wrong?

2004-12-27 Thread Mark Boydell
Wow - List comprehensions does make the problem one heck of a lot easier on the eye and doesn't really remove much of it's comprhension. Thanks for the tips Jacob and Alan - It's always fascinating to see what seems like complicated problems set out so neatly and clearly on the list :)

[Tutor] re.compile and objects - what am doing wrong?

2004-12-27 Thread Mark Boydell
Been a long time since I last posted to the list so this is only my third program in as many years :( Anyway the basic idea is to look through two csv files (seperated by tabs) enter both of them into dictionaries and compare the keys of the "polished" version with the "rough" one. If I've already