On 5/16/2012 11:02 PM, Mark R Rivet wrote:
It seems like all the info on tkinter is around the 2000 time frame.
Is tkinter still being developed/supported?

tkinter is CPython's tk interface. tcl/tk is still being developed at Active State. The Windows release for Py 3.3 will come with 8.5.11, released a couple of months ago. tkinter does not change much because tk does not change much. But bugs are fixed as reported. A fix for an obscure bug affecting certain *nix systems was committed just today. The docs do need improving.

--
Terry Jan Reedy

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to