Staging
v0.5.1
https://github.com/python/cpython
Revision 050fcd51ccc997596fa9616348f15481d3f110bf authored by Ned Deily on 26 October 2013, 10:16:44 UTC, committed by Ned Deily on 26 October 2013, 10:16:44 UTC
Make it easier for users to make use of the backup _tkinter linked
with the third-party Tcl and Tk frameworks in /Library/Frameworks.
The two tkinter variants are now installed in separate directories
under a new lib-tkinter.  This allows per-user selection by
manipulating sys.path, directly or with PYTHONPATH.  If this
proves useful, we can supply a more convenient user interface
to supply the paths.  For now, this remains somewhat experimental.
1 parent 2ff68dd
Raw File
Tip revision: 050fcd51ccc997596fa9616348f15481d3f110bf authored by Ned Deily on 26 October 2013, 10:16:44 UTC
Issue #15663: OS X installer builtin Tcl/Tk support
Tip revision: 050fcd5
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