Terry Reedy wrote: > Some editors (like PythonWin that I know of) convert a Tab press to n > spaces, so you do hit Tab just once or a few times and get n times as > many spaces in the file. Other editors work with tabs while editing, but provide the option to convert leading tabs to spaces on file-save. That's what I'm using for code that's shared . --Irmen