Stefan Monnier wrote:
>> Just remember to tell you editor to "inserts spaces as tab" and set
>> the tab width to something reasonable like 4.
> Please don't. TABs are 8 spaces apart. Always have been, always will be.
> People playing silly tricks with tab-width is the main reason why using TABs
> in languages like Python is a bad idea.
Agreed, bad idea. Python sees tabs as 8 spaces. It should be insert tabs
as spaces, set to 4.