#17798: merge with 3.3.

This commit is contained in:
Roger Serwy 2013-05-05 11:35:15 -05:00
commit 2faf9b0869
2 changed files with 4 additions and 0 deletions

View File

@ -321,6 +321,8 @@ class EditorWindow(object):
per.insertfilter(color)
else:
io.set_filename(filename)
self.good_load = True
self.ResetColorizer()
self.saved_change_hook()
self.update_recent_files_list()

View File

@ -249,6 +249,8 @@ C-API
IDLE
----
- Issue #17798: Allow IDLE to edit new files when specified on command line.
- Issue #14735: Update IDLE docs to omit "Control-z on Windows".