Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10264 > unrolled thread
| Started by | Saul Spatz <saul.spatz@gmail.com> |
|---|---|
| First post | 2011-07-25 05:12 -0700 |
| Last post | 2011-07-25 05:12 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Re: Validating Entry in tkinter Saul Spatz <saul.spatz@gmail.com> - 2011-07-25 05:12 -0700
| From | Saul Spatz <saul.spatz@gmail.com> |
|---|---|
| Date | 2011-07-25 05:12 -0700 |
| Subject | Re: Validating Entry in tkinter |
| Message-ID | <mailman.1452.1311595975.1164.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web