]> granicus.if.org Git - python/commit
Issue #20035: Reimplement tkinter._fix module as a C function.
authorZachary Ware <zachary.ware@gmail.com>
Fri, 22 May 2015 16:36:53 +0000 (11:36 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 22 May 2015 16:36:53 +0000 (11:36 -0500)
commit7dc9dea7784c2e8cd07af11d1757ae58a3492bd6
tree1721a591d3af3f79043e7a92b5dd0ca55b9c9ce4
parent3cfec2e2fcab9f39121cec362b78ac235093ca1c
Issue #20035: Reimplement tkinter._fix module as a C function.

The new private C function makes no permanent changes to the environment
and is #ifdef'd out on non-Windows platforms.
12 files changed:
Doc/whatsnew/3.5.rst
Lib/test/test_tcl.py
Lib/test/test_tk.py
Lib/test/test_ttk_guionly.py
Lib/test/test_ttk_textonly.py
Lib/tkinter/__init__.py
Lib/tkinter/_fix.py [deleted file]
Misc/NEWS
Modules/_tkinter.c
PCbuild/_tkinter.vcxproj
Tools/buildbot/test-amd64.bat
Tools/buildbot/test.bat