"Jerrold Prothero" <[EMAIL PROTECTED]> wrote > It's been suggested that if I had a clue, I'd use pickle
Shelve is based on Pickle and makes a file look somewhat like a dictionary. It might do all you need and is a standard module. > looking at the csv (comma separated values) module, which also > supports > writing dictionaries out to a file, I at least wanted to understand > how it's > supposed to work with csv. Can't help there I'm afraid. Alan G. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
