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
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
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.