Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-50948: IDLE: Warn if saving a file will overwrite a newer version#17578
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
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, becauseio.set_filename()
is called with non-existing file name.
Uh oh!
There was an error while loading.Please reload this page.
@terryjreedy, please take a look. I tested this change and fixed it. It LGTM now. |
|
|
Uh oh!
There was an error while loading.Please reload this page.
Co-Authored-By: Guilherme Pologgpolo@gmail.com
Co-Authored-By: Priya Pappachanpriyapappachan010@gmail.com
https://bugs.python.org/issue6699