Re: filename used by shelve

2005-04-25 Thread Nemesis
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

Re: filename used by shelve

2005-04-24 Thread Fredrik Lundh
"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

filename used by shelve

2005-04-24 Thread Nemesis
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