Staging
v0.5.1
https://github.com/python/cpython
Revision d9677f36fe486e86bb86f2cd59cb7fc3804bdac1 authored by Xtreak on 03 June 2019, 04:21:15 UTC, committed by Terry Jan Reedy on 03 June 2019, 04:21:15 UTC
1 parent cba9f84
Raw File
Tip revision: d9677f36fe486e86bb86f2cd59cb7fc3804bdac1 authored by Xtreak on 03 June 2019, 04:21:15 UTC
IDLE: Fix typos in docs and comments (GH-13749)
Tip revision: d9677f3
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/unittest/__pycache__',
                                     u'Lib/unittest/test/__pycache__',
                                     u'Lib/__pycache__',
                                     u'build',
                                     u'Doc/build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top