> The question is not "can programmer X code in python w/o error?". The > question is, does differentiating between different, invisible, kinds of > white space encourage errors across the body of programmers? > > The answer is a resounding YES.
But Python does *not* differentiate between different kinds of whitespace. Tabs and space can both be used for indentation. Makefiles mandate tabs. *That* is bad. Python doesn't go there. -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
