Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10264

Re: Validating Entry in tkinter

Newsgroups comp.lang.python
Date 2011-07-25 05:12 -0700
Subject Re: Validating Entry in tkinter
From Saul Spatz <saul.spatz@gmail.com>
Message-ID <mailman.1452.1311595975.1164.python-list@python.org> (permalink)

Show all headers | View raw


That doesn't work, I'm being stupid,  The user might type anywhere in the string, not just at the end.  I need

return all([c in '1234567890abcdefABCDEF ' for c in after])

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Validating Entry in tkinter Saul Spatz <saul.spatz@gmail.com> - 2011-07-25 05:12 -0700

csiph-web