Kaydet (Commit) 9e031c7c authored tarafından Matthias Klose's avatar Matthias Klose

- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).

üst 1c3d0de4
......@@ -819,7 +819,7 @@ class EditorWindow(object):
def close(self):
reply = self.maybesave()
if reply != "cancel":
if str(reply) != "cancel":
self._close()
return reply
......
......@@ -248,6 +248,8 @@ Tools/Demos
- Patch #1552024: add decorator support to unparse.py demo script.
- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).
Tests
-----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment