Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 3ede2b1da6be6c63c688b90f058bfbd15b94c52b authored by Miss Islington (bot) on 07 November 2018, 18:30:27 UTC
glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)
Tip revision: 3ede2b1
python-wing3.wpr
#!wing
#!version=3.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'Lib/__pycache__'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top