This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Claudiu.Popa, berker.peksag, python-dev, r.david.murray, serhiy.storchaka, sonyachiko
Date 2014-06-10.18:49:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402426177.03.0.371344877536.issue18039@psf.upfronthosting.co.za>
In-reply-to
Content
I think the chance of this is pretty small. I can imagine that some people use default, 'r' or 'w' mode unintentionally, and all works for them even when database is missed (for example our tests do this). But it is very unlikely that someone use the 'n' mode and expect that database will be not cleaned.
History
Date User Action Args
2014-06-10 18:49:37serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, Claudiu.Popa, python-dev, berker.peksag, sonyachiko
2014-06-10 18:49:37serhiy.storchakasetmessageid: <1402426177.03.0.371344877536.issue18039@psf.upfronthosting.co.za>
2014-06-10 18:49:37serhiy.storchakalinkissue18039 messages
2014-06-10 18:49:36serhiy.storchakacreate