Mentre io pensavo ad una intro simpatica "Fredrik Lundh" scriveva:
>> So the real filename may be different from the argument passed to
>> "open". I have this problem, I want to delete (in some circustances) the
>> file created by shelve.open, how can I know which is the name of this
>> file (or f
"Nemesis" <[EMAIL PROTECTED]> wrote:
> So the real filename may be different from the argument passed to
> "open". I have this problem, I want to delete (in some circustances) the
> file created by shelve.open, how can I know which is the name of this
> file (or files) ?
if you put the shelve in
In the python docs about shelve module I read:
-
open( filename[,flag='c'[,protocol=None[,writeback=False[,binary=None)
Open a persistent dictionary. The filename specified is the base filename
for the underl