[issue15041] tkinter documentation: update see also list

2012-07-27 Thread Andrew Svetlov

Andrew Svetlov andrew.svet...@gmail.com added the comment:

Ok

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15041
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15041] tkinter documentation: update see also list

2012-07-26 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

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

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15041
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15041] tkinter documentation: update see also list

2012-07-26 Thread Andrew Svetlov

Changes by Andrew Svetlov andrew.svet...@gmail.com:


--
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15041
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15041] tkinter documentation: update see also list

2012-07-26 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

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.

--
nosy: +eric.araujo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15041
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15041] tkinter documentation: update see also list

2012-07-22 Thread Andrew Svetlov

Andrew Svetlov andrew.svet...@gmail.com added the comment:

Add all recommended resources into seealso section.

If it's ok I will commit it next week.

--
keywords: +patch
Added file: http://bugs.python.org/file26477/issue15041.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15041
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15041] tkinter documentation: update see also list

2012-06-11 Thread Michael Driscoll

Michael Driscoll m...@pythonlibrary.org added the comment:

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=UTF8qid=1339446684sr=8-1

--
nosy: +michael.driscoll

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15041
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15041] tkinter documentation: update see also list

2012-06-10 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

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.

--
assignee:  - docs@python
components: +Tkinter
nosy: +serwy
stage:  - needs patch
title: tkinter documentation see also list in Python3 is from Python2 - 
tkinter documentation: update  see also list
versions: +Python 2.7, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15041
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15041] tkinter documentation: update see also list

2012-06-10 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

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.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15041
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com