[issue7057] tkinter doc: more 3.x updates

2022-01-27 Thread Zachary Ware
Zachary Ware added the comment: Trusting Mark's diagnosis, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker _

[issue7057] tkinter doc: more 3.x updates

2021-08-24 Thread Mark Roseman
Mark Roseman added the comment: yes this should be closed.. with latest doc updates, most of these are no longer at all relevant -- nosy: +markroseman ___ Python tracker ___ _

[issue7057] tkinter doc: more 3.x updates

2020-12-28 Thread FredInChina
FredInChina added the comment: Are there good reasons not to close this issue? It is marked as "easy", but it seems that the problems in reference have either been fixed, or died of old age. -- nosy: +ReblochonMasque ___ Python tracker

[issue7057] tkinter doc: more 3.x updates

2020-11-06 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-

[issue7057] tkinter doc: more 3.x updates

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue7057] tkinter doc: more 3.x updates

2014-06-13 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +serhiy.storchaka -gpolo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue7057] tkinter doc: more 3.x updates

2014-06-13 Thread Mark Lawrence
Mark Lawrence added the comment: The default build (on Windows anyway)is using tcl/tk 8.6 so I believe that we can take this forward now. -- nosy: +BreamoreBoy ___ Python tracker ___

[issue7057] tkinter doc: more 3.x updates

2013-04-01 Thread Ned Deily
Ned Deily added the comment: I just noticed that the changes committed earlier for this issue added a reference to the Tcl/Tk 8.6 man pages. Since there are known problems with using 8.6 with tkinter (for example, Issue16809) and we don't currently ship 8.6 with any of our binary installers,

[issue7057] tkinter doc: more 3.x updates

2012-04-05 Thread Ned Deily
Ned Deily added the comment: The use of Xlib is not limited to Linux; most Unix-y platforms supported by Python have Xlib-based Tk versions available. But it is correct that there are Tk implementations that do not use X11 as their window server, for example, the native Tk implementations on

[issue7057] tkinter doc: more 3.x updates

2012-04-05 Thread Ramchandra Apte
Ramchandra Apte added the comment: "Tkinter uses the Xlib library to draw graphics on the screen" should be "Tkinter uses the Xlib library on Linux to draw graphics on the screen" -- nosy: +ramchandra.apte ___ Python tracker

[issue7057] tkinter doc: more 3.x updates

2012-04-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- assignee: gpolo -> asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue7057] tkinter doc: more 3.x updates

2012-03-21 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue7057] tkinter doc: more 3.x updates

2011-01-11 Thread Éric Araujo
Éric Araujo added the comment: > I used 'manN' FYI, there is a :file:`man{n}` construct where braces mark up replaceable text, like the var element in HTML. -- nosy: +d...@python, eric.araujo -georg.brandl ___ Python tracker

[issue7057] tkinter doc: more 3.x updates

2010-03-14 Thread Ezio Melotti
Ezio Melotti added the comment: Since there's no activity on this issue I committed the patch in r78950 (py3k) and r78951 (release31-maint). I'm leaving the issue open and assigning it to Guilherme because there are still a few thing missing (see previous message). -- assignee: ezio.m

[issue7057] tkinter doc: more 3.x updates

2009-10-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Tkinter nosy: +gpolo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue7057] tkinter doc: more 3.x updates

2009-10-14 Thread Ezio Melotti
Ezio Melotti added the comment: Here is an incomplete patch. I fixed all the markup errors, typos and similar issues you mentioned and a few more that I noticed. Someone that knows Tkinter better than me should take care of the remaining issues, i.e.: * is Xlib still used? * bmp files on Wind

[issue7057] tkinter doc: more 3.x updates

2009-10-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: This "The authors strongly suggest getting a copy of the Tk man pages. " should be followed by a mention that they are available at the active state site, in particular, at http://www.tcl.tk/man/tcl8.5/ -- ___ Python

[issue7057] tkinter doc: more 3.x updates

2009-10-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: A somewhat separate issue is the lack of even a mention of the existence of the Canvas widget, which would merit a separate subsection if documented. I think it should at least be mentioned with a reference to the online reference materials listed before. Indee

[issue7057] tkinter doc: more 3.x updates

2009-10-04 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: georg.brandl -> ezio.melotti nosy: +ezio.melotti priority: -> normal ___ Python tracker ___ ___

[issue7057] tkinter doc: more 3.x updates

2009-10-04 Thread Terry J. Reedy
New submission from Terry J. Reedy : The transition from Tkinter/tkinter to tkinter/_tkinker in 3.x docs is incomplete. 1. There are several places not in titles or beginning of sentences where Tkinter (roman type) needs to be replaced with tkinter (fixed type, as elsewhere). 2. "24.1.1. Tkinte