GNOME Bugzilla – Bug 318833
HACKING file encourages use of tabs for indentation in Python code
Last modified: 2006-04-05 00:15:24 UTC
The HACKING file contains the following line: We use tabs rather than spaces in the Dogtail python sources The Python style guide (PEP-8) recommends using spaces for indentation rather than tabs (especially for new code). Using spaces also makes it easier to share code with other Python projects.
I am completely agreeing with the submitter here. The whole python world uses spaces, so re-adjusting from 4-space to tabs and back is tough. Please-please-please change the style.
I agree with the reporter here.
Fixed in HEAD.