mirror of https://github.com/python/cpython
Issue 9222 Fix filetypes for open dialog
Merged from 86702
This commit is contained in:
parent
55d935a145
commit
277896ad4e
|
@ -521,8 +521,8 @@ class IOBinding:
|
|||
savedialog = None
|
||||
|
||||
filetypes = [
|
||||
("Python and text files", "*.py *.pyw *.txt", "TEXT"),
|
||||
("All text files", "*", "TEXT"),
|
||||
("Python files", "*.py *.pyw", "TEXT"),
|
||||
("Text files", "*.txt", "TEXT"),
|
||||
("All files", "*"),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue