Bugs/issues in tkinter.simpledialog!!

Terry Reedy tjreedy at udel.edu
Wed Jan 26 16:57:20 EST 2011


On 1/26/2011 11:53 AM, rantingrick wrote:

To answer your other post, one of the main people to touch tkinter in 
the last 3 years was Guilherme Polo, who worked on it during and after a 
Google Summer of Code project. He does not seen to be active currently.

There are currently 63 open issues on the tracker listing tkinter as a 
component. There are probably a few that could be closed. When I have 
learned more, I should be able to review any patched sitting around.


> On Jan 26, 10:43 am, Emile van Sebille<em... at fenx.com>  wrote:
>> On 1/26/2011 8:00 AM rantingrick said...
>>> I just installed Python 3,0 on my machine.
>>
>> Try it again on the current release candidate --http://www.python.org/download/releases/3.2/-- testing old first
>>
>> Seehttp://docs.python.org/bugs.htmlhttp://www.python.org/dev/peps/pep-0003/
>
> Why would i want to waste bandwidth downloading an RC? Can i not just
> browse the source online? I only need to check one module. Where is
> the source available for viewing "simpledialog" online?
>
> Thanks
>
> PS: The version i have now is 3.1.1 (but i would like to see the
> newest version available, just not download it!)

I was hoping you meant 3.1.something, not 3.0. Latest is 3.1.3.

3.2c2 will be out very soon, and 3.2 2 weeks after if no problems arise. 
As far as the doc and stdlib go, 3.2 is probably one of the most 
improved releases ever, as they got almost all the attention with no 
syntax changes allowed. When it is out, I will strongly recommend 
upgrading, absent a really good reason not to.

 >(but i would like to see the
 > newest version available, just not download it!)

http://svn.python.org/view/python/branches/py3k/Lib/tkinter/simpledialog.py?revision=81010&view=markup

go back up a step and you can look at the log of changes.
For current python 3 in general:

http://svn.python.org/view/python/branches/py3k/

If you install TortoiseSVN, it is trivial to download the whole source 
tree. I believe you could also just download a subtree, like the tkinter 
and/or idlelib subtrees.

Sometime after 3.2 is out, we will move from svn to hg and above will 
change.

-- 
Terry Jan Reedy




More information about the Python-list mailing list