mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
#13495: merge with 3.3.
This commit is contained in:
commit
53683f6f4b
3 changed files with 2 additions and 5 deletions
|
@ -316,9 +316,6 @@ class EditorWindow(object):
|
|||
self.good_load = True
|
||||
is_py_src = self.ispythonsource(filename)
|
||||
self.set_indentation_params(is_py_src)
|
||||
if is_py_src:
|
||||
self.color = color = self.ColorDelegator()
|
||||
per.insertfilter(color)
|
||||
else:
|
||||
io.set_filename(filename)
|
||||
self.good_load = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue