Re: Where is the most recent Tkinter information

2012-05-17 Thread Devin Jeanpierre
On Thu, May 17, 2012 at 12:04 AM, Simon Cropper wrote: > The main page of the python 3.2.3 documentation for tkinter can be found > here... > http://docs.python.org/py3k/library/tkinter.html?highlight=tkinter#tkinter > it is dated 2012. > > This seems to be duplicated from the ActiveState site her

Re: Where is the most recent Tkinter information

2012-05-16 Thread Simon Cropper
On 17/05/12 13:02, Mark R Rivet wrote: It seems like all the info on tkinter is around the 2000 time frame. Is tkinter still being developed/supported? The main page of the python 3.2.3 documentation for tkinter can be found here... http://docs.python.org/py3k/library/tkinter.html?highlight=t

Re: Where is the most recent Tkinter information

2012-05-16 Thread Terry Reedy
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,

Where is the most recent Tkinter information

2012-05-16 Thread Mark R Rivet
It seems like all the info on tkinter is around the 2000 time frame. Is tkinter still being developed/supported? -- http://mail.python.org/mailman/listinfo/python-list