After reading Matt Harrison's notes about Python at Google I noticed something which I couldn't add up.
"Python programmers at Google must follow a strict style guideline (based on PEP8 with 2 spaced indenting). When engineers are first granted commit access to their SCM system, they must pass a style test."
"based on PEP8" but rejecting such an important part as indentation really is.
From PEP 8 Style Guide for Python Code
"Use 4 spaces per indentation level."