Staging
v0.5.1
https://github.com/python/cpython
Revision aa580508431d231677cfaa13ac9b6aa37538b9ef authored by Miss Islington (bot) on 11 December 2018, 06:39:34 UTC, committed by GitHub on 11 December 2018, 06:39:34 UTC
(cherry picked from commit 7cf3d8e25174c8871883e42f3240fd7f01efd3a8)

Co-authored-by: Ned Deily <nad@python.org>
1 parent 55076cc
Raw File
Tip revision: aa580508431d231677cfaa13ac9b6aa37538b9ef authored by Miss Islington (bot) on 11 December 2018, 06:39:34 UTC
bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)
Tip revision: aa58050
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