Staging
v0.5.1
https://github.com/python/cpython
Revision 6f64796c2269a49581b3780bb31c37dee4912d4a authored by Mark Dickinson on 24 August 2012, 19:31:33 UTC, committed by Mark Dickinson on 24 August 2012, 19:31:33 UTC
1 parent 448f577
Raw File
Tip revision: 6f64796c2269a49581b3780bb31c37dee4912d4a authored by Mark Dickinson on 24 August 2012, 19:31:33 UTC
Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)
Tip revision: 6f64796
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