-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-50948: IDLE: Warn if saving a file will overwrite a newer version #17578
base: main
Are you sure you want to change the base?
gh-50948: IDLE: Warn if saving a file will overwrite a newer version #17578
Conversation
Co-Authored-By: Guilherme Polo <[email protected]> Co-Authored-By: Priya Pappachan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
./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