This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年06月10日 00:49 by weirdink13, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue15041.diff | asvetlov, 2012年07月22日 12:46 | review | ||
| Messages (9) | |||
|---|---|---|---|
| msg162568 - (view) | Author: Daniel Swanson (weirdink13) | Date: 2012年06月10日 00:49 | |
I was looking for information about menus in tkinter and checked the "see also" list. The second is copyrighted 1999, the third says Python 2.5 and the first is pretty much just links to the second and third. The forth is a book. It is my opinion that these resources should be updated. |
|||
| msg162591 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年06月10日 17:18 | |
If you find any resources that we can link to, please post them here. |
|||
| msg162592 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年06月10日 18:04 | |
The 2.7 doc can also be updated. Here is a couple to add or replace. Tcl/Tk 8.5 Manual http://www.tcl.tk/man/tcl8.5/ The the current tcl/tk reference manual. The Tk Commands section is the most relevant for tkinter. TKDocs http://www.tkdocs.com/ Extensive tutorial plus friendlier widget pages for some of the widgets. |
|||
| msg162600 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年06月11日 01:26 | |
Kevin Walzer, who uses tk/inter regularly, sent me the following effbot has a more recent work-in-progress update of his Tkinter docs here: http://effbot.org/tkinterbook/ I refer to this a lot. "Programming Python" by Mark Lutz (Amazon link here: http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106/ref=dp_ob_title_bk) has excellent coverage of Tkinter. +1 for the TkDocs site--very nice. |
|||
| msg162644 - (view) | Author: Michael Driscoll (michael.driscoll) * | Date: 2012年06月11日 20:32 | |
I thought the ebook, "Modern Tkinter for Busy Python Developers" by Mark Roseman was pretty good too: http://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/ref=sr_1_1?ie=UTF8&qid=1339446684&sr=8-1 |
|||
| msg166131 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年07月22日 12:46 | |
Add all recommended resources into seealso section. If it's ok I will commit it next week. |
|||
| msg166483 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年07月26日 14:20 | |
New changeset aa296d685e02 by Andrew Svetlov in branch '3.2': Issue #15041: update "see also" list in tkinter documentation. http://hg.python.org/cpython/rev/aa296d685e02 New changeset e2ab56295b56 by Andrew Svetlov in branch 'default': Issue #15041: update "see also" list in tkinter documentation. http://hg.python.org/cpython/rev/e2ab56295b56 New changeset c947f493ccec by Andrew Svetlov in branch '2.7': Issue #15041: Update "see also" list in tkinter documentation. http://hg.python.org/cpython/rev/c947f493ccec |
|||
| msg166521 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年07月26日 21:16 | |
FYI, there is no need to add a Misc/NEWS entry for such small doc changes (and especially not in the Library section :) The Documentation section of Misc/NEWS is used for important changes to the doc or the toolchain, not the everyday changes we do. |
|||
| msg166556 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年07月27日 11:49 | |
Ok |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:31 | admin | set | github: 59246 |
| 2012年07月27日 11:49:42 | asvetlov | set | messages: + msg166556 |
| 2012年07月26日 21:16:22 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg166521 |
| 2012年07月26日 19:31:09 | asvetlov | set | status: open -> closed resolution: fixed stage: needs patch -> resolved |
| 2012年07月26日 14:20:04 | python-dev | set | nosy:
+ python-dev messages: + msg166483 |
| 2012年07月22日 12:46:35 | asvetlov | set | files:
+ issue15041.diff keywords: + patch messages: + msg166131 |
| 2012年06月11日 20:32:21 | michael.driscoll | set | nosy:
+ michael.driscoll messages: + msg162644 |
| 2012年06月11日 01:26:09 | terry.reedy | set | messages: + msg162600 |
| 2012年06月10日 18:04:46 | terry.reedy | set | assignee: docs@python components: + Tkinter title: tkinter documentation "see also" list in Python3 is from Python2 -> tkinter documentation: update "see also" list nosy: + roger.serwy versions: + Python 2.7, Python 3.3 messages: + msg162592 stage: needs patch |
| 2012年06月10日 17:22:52 | r.david.murray | set | nosy:
+ asvetlov |
| 2012年06月10日 17:18:34 | r.david.murray | set | assignee: docs@python -> (no value) messages: + msg162591 nosy: + r.david.murray, terry.reedy |
| 2012年06月10日 00:53:12 | weirdink13 | set | type: enhancement title: tkinter "see also" list is from Python2 -> tkinter documentation "see also" list in Python3 is from Python2 |
| 2012年06月10日 00:49:33 | weirdink13 | create | |