Staging
v0.5.1
https://github.com/python/cpython
Revision 4b6c41768a15fc85e3069603ef89344bd97f79af authored by Xiang Zhang on 27 February 2017, 03:45:42 UTC, committed by GitHub on 27 February 2017, 03:45:42 UTC
1 parent 7e4897a
Raw File
Tip revision: 4b6c41768a15fc85e3069603ef89344bd97f79af authored by Xiang Zhang on 27 February 2017, 03:45:42 UTC
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330)
Tip revision: 4b6c417
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