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
vgrindefs
# vgrind is a pretty-printer that takes source code and outputs
# eye-pleasing postscript.  The entry below should be added to your
# local vgrindefs file.  Contributed by Neale Pickett <neale@lanl.gov>.

python|Python|py:\
        :pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\
        :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\
        :kw=assert and break class continue def del elif else except\
         finally for from global if import in is lambda not or\
         pass print raise return try while yield:
back to top