Staging
v0.5.1
https://github.com/python/cpython
Revision ac229116a34a679511c20bfeca167cc6a9df9807 authored by Pablo Galindo on 09 December 2019, 17:57:50 UTC, committed by GitHub on 09 December 2019, 17:57:50 UTC
1 parent c18b805
Raw File
Tip revision: ac229116a34a679511c20bfeca167cc6a9df9807 authored by Pablo Galindo on 09 December 2019, 17:57:50 UTC
bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-17537)
Tip revision: ac22911
python-wing5.wpr
#!wing
#!version=5.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