Re: [Tutor] shelves behaving badly

2007-08-02 Thread Luke Jordan
i think that some form of that is going on. actually there is only one shelve; that's the confusing part, there are dictionaries in that shelve though. i think it has to do with running things in IDLE and losing track of what versions of shelves and modules are active in what shell, etc etc, becaus

Re: [Tutor] shelves behaving badly

2007-08-02 Thread Kent Johnson
Luke Jordan wrote: > i've implemented a database as a shelve of record class instances. some > of the fields in each record are dictionaries. > > i needed to parse info from 3 different reports into the dictionary > fields in each record instance. i wrote the code to do this and tinkered > it

[Tutor] shelves behaving badly

2007-07-27 Thread Luke Jordan
i've implemented a database as a shelve of record class instances. some of the fields in each record are dictionaries. i needed to parse info from 3 different reports into the dictionary fields in each record instance. i wrote the code to do this and tinkered it to fit the different reports (i.e.