Staging
v0.5.1
https://github.com/python/cpython
Revision 41782e497092a27efbae20208ce7d48c657e74cb authored by Yury Selivanov on 16 November 2016, 23:16:17 UTC, committed by Yury Selivanov on 16 November 2016, 23:16:17 UTC
1 parent a83a6a3
Raw File
Tip revision: 41782e497092a27efbae20208ce7d48c657e74cb authored by Yury Selivanov on 16 November 2016, 23:16:17 UTC
Issue #28721: Fix asynchronous generators aclose() and athrow()
Tip revision: 41782e4
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