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
really
in which case?
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] i'rta:
> >> i only write ten records like this:
>
> >>name sex age
>
> >> jimmale 22
> >> tom male 23
> >> lucy female 21
>
>> i only write ten records like this:
>>name sex age
>> jimmale 22
>> tom male 23
>> lucy female 21
...
>> but i find the size of
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