Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-07 Thread Andrew Svetlov
On Sat, Apr 7, 2012 at 5:06 PM, Serhiy Storchaka wrote: > Andrew, when you prepare the tkinter documentation, I advise you to include > a link to www.tkdocs.com -- probably the best resource in this way (at least > it was very useful for me). > Done in sanbox/tkdoc repo. -- Thanks, Andrew Svetlo

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-07 Thread Serhiy Storchaka
Andrew, when you prepare the tkinter documentation, I advise you to include a link to www.tkdocs.com -- probably the best resource in this way (at least it was very useful for me). Maybe even should offer these guys do official documentation, if they agree and if there would be no conflict of

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-07 Thread R. David Murray
On Sat, 07 Apr 2012 15:15:00 +0300, Andrew Svetlov wrote: > Thank you. That works. Is there way to delete unused repo? This is what I've heard: If a repo isn't used (at all) it eventually gets deleted automatically. Otherwise, you have to ask. Probably python-committers is the best place for a

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-07 Thread Andrew Svetlov
Thank you. That works. Is there way to delete unused repo? On Sat, Apr 7, 2012 at 11:20 AM, Senthil Kumaran wrote: > Hi Andrew, > > On Thu, Apr 05, 2012 at 11:16:54PM +0300, Andrew Svetlov wrote: >> I tried to: >> andrew@tiktaalik2 ~/projects> hg clone ssh://h...@hg.python.org/cpython >> ssh://h.

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-07 Thread Senthil Kumaran
Hi Andrew, On Thu, Apr 05, 2012 at 11:16:54PM +0300, Andrew Svetlov wrote: > I tried to: > andrew@tiktaalik2 ~/projects> hg clone ssh://h...@hg.python.org/cpython > ssh://h...@hg.python.org/sandbox/tkdocs > repo created, public URL is http://hg.python.org/sandbox/tkdocs > abort: clone from remote

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-05 Thread Andrew Svetlov
On Thu, Apr 5, 2012 at 8:19 PM, Terry Reedy wrote: > > I have been hoping to work on a proper tkinter doc. I discovered some time > ago through the pydoc server (not currently working for me, see > http://bugs.python.org/issue14512) > that their are doc strings for (most) everything. I have been m

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-05 Thread Terry Reedy
On 4/5/2012 10:06 AM, R. David Murray wrote: (reformatted to remove topposting) On Thu, 05 Apr 2012 14:52:56 +0300, Andrew Svetlov wrote: On Thu, Apr 5, 2012 at 1:21 PM, Antoine Pitrou wrote: Aren't there any docs? Maybe you will be surprised, but tkinter.rst has no comprehensive docs f

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-05 Thread R. David Murray
On Thu, 05 Apr 2012 17:34:07 +0300, Andrew Svetlov wrote: > Thank you, David. > Is separate repo clone located at hg.python.org good enough? Or maybe > there are better way to do it? That sounds like a good plan to me. --David ___ Python-Dev mailing l

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-05 Thread Andrew Svetlov
Thank you, David. Is separate repo clone located at hg.python.org good enough? Or maybe there are better way to do it? On Thu, Apr 5, 2012 at 5:06 PM, R. David Murray wrote: > (reformatted to remove topposting) > > On Thu, 05 Apr 2012 14:52:56 +0300, Andrew Svetlov > wrote: >> On Thu, Apr 5, 20

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-05 Thread R. David Murray
(reformatted to remove topposting) On Thu, 05 Apr 2012 14:52:56 +0300, Andrew Svetlov wrote: > On Thu, Apr 5, 2012 at 1:21 PM, Antoine Pitrou wrote: > > On Thu, 05 Apr 2012 11:41:48 +0200 > > andrew.svetlov wrote: > >> http://hg.python.org/cpython/rev/774c2afa6665 > >> changeset:   76115:774c

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-05 Thread Andrew Svetlov
Maybe you will be surprised, but tkinter.rst has no comprehensive docs for any tkinter class. I like to get it fixed but definitely cannot do it myself. My very poor English is the main objection for writing narrative documentation. On Thu, Apr 5, 2012 at 1:21 PM, Antoine Pitrou wrote: > On Thu,

Re: [Python-Dev] cpython: Issue #3033: Add displayof parameter to tkinter font.

2012-04-05 Thread Antoine Pitrou
On Thu, 05 Apr 2012 11:41:48 +0200 andrew.svetlov wrote: > http://hg.python.org/cpython/rev/774c2afa6665 > changeset: 76115:774c2afa6665 > user:Andrew Svetlov > date:Thu Apr 05 12:41:20 2012 +0300 > summary: > Issue #3033: Add displayof parameter to tkinter font. > Patch by Gu