May 3, 2013
11:31 p.m.
On Fri, May 3, 2013 at 4:08 PM, Greg Ewing <greg.ewing@canterbury.ac.nz> wrote:
Guido van Rossum wrote:
I haven't seen code in the style that Greg proposes in decades,
What style are you talking about here?
Code that wants to validate a string the user typed as input. Web forms just don't work that way. (Command-line flags are a special case, and there are a slew of specialized parsers for that case.) -- --Guido van Rossum (python.org/~guido)