Staging
v0.8.1
https://github.com/python/cpython
Revision 09231e657aeaea64ca425a387791c6fa09070221 authored by Ned Deily on 12 November 2016, 21:34:25 UTC, committed by Ned Deily on 12 November 2016, 21:34:25 UTC
1 parent 58b6b98
Raw File
Tip revision: 09231e657aeaea64ca425a387791c6fa09070221 authored by Ned Deily on 12 November 2016, 21:34:25 UTC
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
Tip revision: 09231e6
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/__pycache__',
                                     u'Doc/build',
                                     u'build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top