I don't know if this is relevant for this list, but while looking to patch right file to stop QGIS GRASS plugin from spawning popup windows on every command execution, I noticed that all python files in GRASS distribution are with mixed tabs and spaces.<br>
Mixing tabs and spaces is not good idea: <a href="http://www.python.org/dev/peps/pep-0008/#tabs-or-spaces">http://www.python.org/dev/peps/pep-0008/#tabs-or-spaces</a><br><br>Python files with mixed tabs and spaces can be found in these folders and/or their sub-folders:<br>
<br>  C:\OSGeo4W\apps\grass\grass-6.4.3RC1\etc\gui\scripts<br>  C:\OSGeo4W\apps\grass\grass-6.4.3RC1\etc\python\grass\script<br>  C:\OSGeo4W\apps\grass\grass-6.4.3RC1\etc\wxpython<br>  C:\OSGeo4W\apps\qgis\grass\scripts<br>
  C:\OSGeo4W\apps\openev\tools<br>  C:\OSGeo4W\apps\Python25\Lib\site-packages\owslib<br><br>Example file (<a href="http://i.imgur.com/L72uc.png">http://i.imgur.com/L72uc.png</a>):<br><br><img alt="Inline image 1" src="cid:ii_13b8b3b5c5d812ab"><br>
<br>