mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
#17798: merge with 3.3.
This commit is contained in:
commit
2faf9b0869
2 changed files with 4 additions and 0 deletions
|
@ -321,6 +321,8 @@ class EditorWindow(object):
|
||||||
per.insertfilter(color)
|
per.insertfilter(color)
|
||||||
else:
|
else:
|
||||||
io.set_filename(filename)
|
io.set_filename(filename)
|
||||||
|
self.good_load = True
|
||||||
|
|
||||||
self.ResetColorizer()
|
self.ResetColorizer()
|
||||||
self.saved_change_hook()
|
self.saved_change_hook()
|
||||||
self.update_recent_files_list()
|
self.update_recent_files_list()
|
||||||
|
|
|
@ -249,6 +249,8 @@ C-API
|
||||||
IDLE
|
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".
|
- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue