avoiding file corruption

Amir Michail amichail at gmail.com
Sun Aug 27 03:44:33 EDT 2006


Hi,

Trying to open a file for writing that is already open for writing
should result in an exception.

It's all too easy to accidentally open a shelve for writing twice and
this can lead to hard to track down database corruption errors.

Amir




More information about the Python-list mailing list