In <[email protected]> [email protected] writes:
> How can python authors be so arrogant to impose their tabs and spaces > options on me ? It should be my choice if I want to use tabs or not ! You are free to use tabs, but you must be consistent. You can't mix tabs and spaces for lines of code at the same indentation level. -- John Gordon A is for Amy, who fell down the stairs [email protected] B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies" -- http://mail.python.org/mailman/listinfo/python-list
