-
-
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 <ggpolo@gmail.com> Co-Authored-By: Priya Pappachan <priyapappachan010@gmail.com>
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. |
|
|

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Co-Authored-By: Guilherme Polo ggpolo@gmail.com
Co-Authored-By: Priya Pappachan priyapappachan010@gmail.com
https://bugs.python.org/issue6699