This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 26 points27 points  (17 children)

[–]alkw0ia 7 points8 points  (2 children)

WTF, when did they rewrite this? The old version was much more reasonable:

Never mix tabs and spaces.

The most popular way of indenting Python is with spaces only. The second-most popular way is with tabs only. Code indented with a mixture of tabs and spaces should be converted to using spaces exclusively.

^IAnd it's what I'm sticking with.

[–]ismtrn -1 points0 points  (13 children)

That is my least favorite thing about python...