On 11/23/2010 1:01 AM, terry.reedy wrote: > Author: terry.reedy > Date: Tue Nov 23 07:01:31 2010 > New Revision: 86702 > > Log: Issue 9222 Fix filetypes for open dialog Sorry, forgot to add this before clicking [go] or whatever the button is. Is there any way to revise a revision ;-? > Modified: > python/branches/py3k/Lib/idlelib/IOBinding.py > > Modified: python/branches/py3k/Lib/idlelib/IOBinding.py > ============================================================================== > --- python/branches/py3k/Lib/idlelib/IOBinding.py (original) > +++ python/branches/py3k/Lib/idlelib/IOBinding.py Tue Nov 23 07:01:31 2010 > @@ -476,8 +476,8 @@ > 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", "*"), > ]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4