mirror of
https://github.com/python/cpython.git
synced 2025-01-04 15:44:23 +08:00
Issue 9222 Fix filetypes for open dialog
This commit is contained in:
parent
e61602fc84
commit
5e438570cb
@ -476,8 +476,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
Block a user