[Python-bugs-list] [ python-Bugs-438517 ] tkSimpleDialog.askString option

noreply@sourceforge.net noreply@sourceforge.net
Fri, 12 Oct 2001 14:12:24 -0700


Bugs item #438517, was opened at 2001-07-04 05:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=438517&group_id=5470

Category: Tkinter
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: tkSimpleDialog.askString option

Initial Comment:
I read the documentation of tkSimpleDialog.askString
and found that there are only two options: initialvalue
and parent.

However, it doesn't support the option, show, from the
Entry widget option that avoids echoing the string I
input. I found the tkSimpleDialog.askString is a
perfect fit for dialogs asking for encryption key or
password. Although it is easy to write my own, I don't
see the need because of an option.

Many thanks
Joe

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-10-12 14:12

Message:
Logged In: YES 
user_id=6380

If you can submit this as a patch to the existing code it'll
breeze right through. If you wait for one of us to write it,
it may be a loooooooong time before we get to it (like when
we need this ourselves :-).

Since you know how to do it, it shouldn't be too hard for
you to prepare a patch. See
http://python.sourceforge.net/sf-faq.html#patches

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=438517&group_id=5470