Staging
v0.5.1
https://github.com/python/cpython
Revision 91762da45bab10df71b01bab2587fcbaed58b53c authored by Serhiy Storchaka on 13 May 2016, 18:19:22 UTC, committed by Serhiy Storchaka on 13 May 2016, 18:19:22 UTC
2 parent s 18ee29d + d76c7c2
Raw File
Tip revision: 91762da45bab10df71b01bab2587fcbaed58b53c authored by Serhiy Storchaka on 13 May 2016, 18:19:22 UTC
Restored test_interleaved. After issue #8886 it was a duplicate of
Tip revision: 91762da
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