Staging
v0.5.1
https://github.com/python/cpython
Revision 1be427bbf123e586e957c72da7bf3297b8e3c99b authored by INADA Naoki on 10 October 2016, 17:12:34 UTC, committed by INADA Naoki on 10 October 2016, 17:12:34 UTC
1 parent 425ec15
Raw File
Tip revision: 1be427bbf123e586e957c72da7bf3297b8e3c99b authored by INADA Naoki on 10 October 2016, 17:12:34 UTC
Issue #28405: Fix compile error for _futuresmodule.c on Cygwin.
Tip revision: 1be427b
python-wing3.wpr
#!wing
#!version=3.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'Lib/__pycache__'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top