[issue18039] dbm.open(..., flag="n") does not work and does not give a warning

2013-05-31 Thread Sashko Kopyl
Sashko Kopyl added the comment: Here is the output. *** Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:03:43) [MSC v.1600 32 bit (Intel)] on win32. *** *** Remote Python engine is active *** >>> *** Remote Interpreter Reinitialized *** >>> yoqaA.dat exists? Tru

[issue18039] dbm.open(..., flag="n") does not work and does not give a warning

2013-05-22 Thread Sashko Kopyl
New submission from Sashko Kopyl: I use Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:03:43) [MSC v.1600 32 bit (Intel)] on win32. dbm.open(..., flag="n") is supposed to "Always create a new, empty database, open for reading and writing". In Windows case it does not.