Open jessexknight opened 1 year ago
I take it that means you lost some work, sorry about that.
The thing is, python-docx
almost always runs unattended, so it's not like it can ask you "are you sure Y/N".
What behavior were you expecting or imagine might be better?
Thanks -- fortunately I didn't lose any work, and I personally find this default behaviour expected. I agree it wouldn't be reasonable to add this warning at runtime. I only mean to suggest adding a sentence on the Document.save
method documentation (i.e. readthedocs page linked above).
k, sure :)
Please consider adding to the docs that "Document.save" overwrites the .docx file by default. Could add this info here. Thanks,