gh-50948: IDLE: Warn if saving a file will overwrite a newer version#17578
gh-50948: IDLE: Warn if saving a file will overwrite a newer version#17578ZackerySpytz wants to merge 6 commits intopython:mainfrom
Conversation
Co-Authored-By: Guilherme Polo <[email protected]> Co-Authored-By: Priya Pappachan <[email protected]>
serhiy-storchaka
left a comment
There was a problem hiding this comment.
./python -m idlelib newfile.py fails, because io.set_filename() is called with non-existing file name.
|
@terryjreedy, please take a look. I tested this change and fixed it. It LGTM now. |
|
|
Co-Authored-By: Guilherme Polo [email protected]
Co-Authored-By: Priya Pappachan [email protected]
https://bugs.python.org/issue6699