From: [EMAIL PROTECTED] I think this is a "glass empty or half full" issue. Yes Python is sensitive to indentation, but, the working Python program you are refactoring cannot have "indentation bugs" or else by definition that would have broken it.
Person A wrote it, it mainly worked. Person B reformatted it, and it broke. I was called in to help figure out how to fix it, as Person A no longer worked there.
Then of course we later had issues where people checked in code without properly testing, that had indentation bugs (the code worked, and was a minro fix. Unforunately he used tabs and the other guy used spaces). This is why using indentation as a language concept is bad.
Gabe -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
