Re: hi,everyone. a problem with shelve Module

2006-05-26 Thread Jim Segrave
In article <[EMAIL PROTECTED]>, softwindow <[EMAIL PROTECTED]> wrote: [some context restored] >> Sometimes you add records but the size of the database does not >> change... :-) >really > >in which case? whenever the database is big enough to add them without it's having to grow :) -- Jim S

Re: hi,everyone. a problem with shelve Module

2006-05-26 Thread softwindow
really in which case? -- http://mail.python.org/mailman/listinfo/python-list

Re: hi,everyone. a problem with shelve Module

2006-05-26 Thread Laszlo Nagy
[EMAIL PROTECTED] i'rta: > >> i only write ten records like this: > > >>name sex age > > >> jimmale 22 > >> tom male 23 > >> lucy female 21 >

Re: hi,everyone. a problem with shelve Module

2006-05-26 Thread skip
>> i only write ten records like this: >>name sex age >> jimmale 22 >> tom male 23 >> lucy female 21 ... >> but i find the size of

hi,everyone. a problem with shelve Module

2006-05-26 Thread softwindow
according to the book instruduction , i use shelve Module to write record to file. i only write ten records like this: name sex age jimmale 22 tom male 23 lucy female